Skip to main content

Update document tag value(s)

PUT 

/documents/:documentId/tags/:tagKey

Update any and all values of a document tag, by using its key; you can supply one tag value or a list of tag values in the request body

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    tagKey stringrequired

    Tag Key

Query Parameters

    siteId string

    Site Identifier

Body

required

    value string

    Tag value

    values string[]

    Tag values

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Loading...