Créer un objet
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>",
"expected_digest": "<string>",
"wb_user_id": "<string>"
}
}
'{
"digest": "<string>",
"object_id": "<string>"
}Créer un objet
POST
/
obj
/
create
Créer un objet
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>",
"expected_digest": "<string>",
"wb_user_id": "<string>"
}
}
'{
"digest": "<string>",
"object_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Autorisations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Corps
application/json
Show child attributes
Show child attributes
Cette page vous a-t-elle été utile ?
⌘I