Update a document
Create a document
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.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the document. |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | The content-type must always be set to |
Authorization | string | The API |
Request Body
Name | Type | Description |
---|---|---|
type | string | The type of document. Valid values include:
1. |
classification | string | The classification or purpose of this document. Valid values include:
1. |
issuingCountry | string | The document's issuing country. This will be the two-letter country ISO code. |
Example request
Last updated