Document Endpoints
Update Document
Updates a document in the specified container definition
PUT
/
container-definitions
/
{containerDefinitionId}
/
documents
/
{documentId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Use the SlyceIO-Api-ETag header value returned from the Create/Update/Get request or use an asterix (*) to ignore versioning.
Path Parameters
ID of the container definition in which the document exists
ID of the document to update
Body
application/json · object
The body is of type object
.