POST
/
container-definitions
/
{containerDefinitionId}
/
documents
curl --request POST \
  --url https://api.slyce-io.co.uk/container-definitions/{containerDefinitionId}/documents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

containerDefinitionId
string
required

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.