Set document's attributes value
PUT/documents/:documentId/attributes/:attributeKey
Set attributes value to a document
Request
Path Parameters
documentId stringrequired
Document Identifier
attributeKey stringrequired
Attribute Key
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
attribute
object
Document Attribute Value
stringValue string
Attribute with string value
stringValues string[]
Attribute with string values
numberValue number
Attribute with number value
numberValues number[]
Attribute with number values
booleanValue boolean
Attribute with boolean value
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...