Document Endpoints
Create Document
Creates a document in the specified container definition
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the container definition in which to create the document
Body
application/json · object
Document to add to the container
The body is of type object
.
Response
201
application/json
Document Created
The response is of type object
.