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