Endpoints
Create Document
Creates a new document in the system
POST/documents
Authorizations
Authorizationstring
required
Bearer authentication header of the form
Bearer <token>.Body
application/jsonDocument to add to the system
idinteger
required
Identification number of the document
namestring
required
The name of the document
tagstring
Tag to specify the type
Responses
200OK
document response
namestringtagstring400Bad Request
Unexpected error
errorintegermessagestring