Document Endpoints
Create Document
Creates a document in the specified container definition
POST
/
container-definitions
/
{containerDefinitionId}
/
documents
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
containerDefinitionId
string
requiredID of the container definition in which to create the document
Body
application/json ยท object
The body is of type object
.
Response
201 - application/json
The response is of type object
.