Création d'op
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/ops \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"source_code": "<string>"
}
'{
"digest": "<string>",
"object_id": "<string>",
"version_index": 123
}Création d'op
Créer un objet op.
POST
/
v2
/
{entity}
/
{project}
/
ops
Création d'op
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/ops \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"source_code": "<string>"
}
'{
"digest": "<string>",
"object_id": "<string>",
"version_index": 123
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.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
Corps de la requête pour créer un objet Op via l’API REST.
Ce modèle exclut project_id, car il provient du chemin d’URL dans les endpoints REST.
Cette page vous a-t-elle été utile ?
⌘I