Skip to main content

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

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 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...