Update a document
URL
POST https://api.complycube.com/v1/documents/:id
Updates the specified document by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Headers
Name | Type | Description |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the document. |
Body
Name | Type | Description |
---|---|---|
| string | The type of document. Valid values include:
1. |
| string | The classification or purpose of this document. Valid values include:
1. |
| string | The document's issuing country. This will be the two-letter country ISO code. |
Example request
Example responses
Last updated