Skip to main content

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

    document_id int64required

    The unique identifier of the document.

Body

    anyOf
    tags string[]required

    Possible values: >= 1

Responses

List of Tags assigned to a specific Document.

Schema
    anyOf
    tags object[]required

    The list of tags.

  • Array [
  • id integerrequired

    The unique identifier of the tag.

    name stringrequired

    The value of the tag.

  • ]
Loading...