curl --request POST \
--url https://api.example.com/obj/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"val": "<unknown>",
"builtin_object_class": "<string>",
"set_base_object_class": "<string>",
"wb_user_id": "<string>"
}
}
'{
"digest": "<string>",
"object_id": "<string>"
}curl --request POST \
--url https://api.example.com/obj/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"val": "<unknown>",
"builtin_object_class": "<string>",
"set_base_object_class": "<string>",
"wb_user_id": "<string>"
}
}
'{
"digest": "<string>",
"object_id": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Show child attributes
Was this page helpful?