Add Tags to a Document
POST/api/v8/partner/documents/:document_id/tags
Add existing Tags or create new Tags and add it to a Document.
Request
Path Parameters
The unique identifier of the document.
- application/json
Body
- TagPOSTRequest
Possible values: >= 1
Responses
- 200
- 201
- 400
- 404
- 429
- 499
- 503
- default
List of Tags assigned to a specific Document.
- application/json
- Schema
- Example (from schema)
Schema
- TagsResponse
- Array [
- ]
tags object[]required
The list of tags.
The unique identifier of the tag.
The value of the tag.
{}
List of Tags assigned to a specific Document.
- application/json
- Schema
- Example (from schema)
Schema
- TagsResponse
- Array [
- ]
tags object[]required
The list of tags.
The unique identifier of the tag.
The value of the tag.
{}
User error
- application/json
- Schema
- Example (from schema)
Schema
- MALFORMED_PARAMETERS
Default value: fail
Default value: Malformed parameters
Default value: [object Object]
{}
Not found
- application/json
- Schema
- Example (from schema)
Schema
- NOT_FOUND
- DOCUMENT_NOT_FOUND
Default value: fail
Default value: Not found.
Default value: fail
Default value: Document Not Found
{}
Rate limit
- application/json
- Schema
- Example (from schema)
Schema
- YOU_HAVE_BEEN_RATE_LIMITED
Default value: fail
Default value: You have been rate limited
Default value: [object Object]
{}
User error
- application/json
- Schema
- Example (from schema)
Schema
- CLIENT_CLOSED_REQUEST_OR_LOST_CONNECTION
Default value: fail
Default value: Client closed request or lost connection
{}
Service is temporaly unavailable
- application/json
- Schema
- Example (from schema)
Schema
- SERVICE_IS_TEMPORALY_UNAVAILABLE_PLEASE_TRY_AGAIN_LATER
Default value: fail
Default value: Service is temporaly unavailable. Please try again later
{}
OperationStatus
- application/json
- Schema
- Example (from schema)
Schema
Default value: fail
{
"status": "fail",
"error": "string",
"details": [
{}
]
}