Skip to main content

Mass Update document tag(s)

PATCH 

/documents/tags

This API request allows the adding/updating of multiple document tag(s) based on document(s) that have the matching tag.

Request

Query Parameters

    siteId string

    Site Identifier

Body

required

    match

    object

    required

    tag

    object

    Match Document Tag

    key stringrequired

    Tag key

    beginsWith string

    Searches for strings that begin with

    eq string

    Searches for strings that eq

    update

    object

    required

    Data to update

    tags

    object[]

    List of document tags

  • Array [

  • key stringrequired

    Tag key

    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

Schema

    message string

    response message

Loading...