Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{operatorDomain}/v1/public/catalog/holds/place \ --header 'Content-Type: application/json' \ --data ' { "entityModule": "<string>", "entityId": "<string>", "draftId": "<string>", "ttlMs": 123, "parameters": {} } '
{ "holdToken": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Reserve capacity for a draft for a bounded TTL.
Hold token