PUT
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
curl --request PUT \
  --url https://api.slyce-io.co.uk/container-definitions/{containerDefinitionId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'SlyceIO-Api-ETag: <slyceio-api-etag>' \
  --data '{}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

SlyceIO-Api-ETag
string
required

Use the SlyceIO-Api-ETag header value returned from the Create/Update/Get request or use an asterix (*) to ignore versioning.

Path Parameters

containerDefinitionId
string
required

ID of the container definition in which the document exists

documentId
string
required

ID of the document to update

Body

application/json · object
Document to update

The body is of type object.

Response

204
_mintlify/placeholder

Document Updated