Skip to main content

Add a Tag to a Document

PUT 

/api/v8/partner/documents/:document_id/tags

Add an existing Tag or create a new Tag and add it to a Document.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

Body

    name stringrequired

    Possible values: non-empty

Responses

The Tag assigned to a specific Document.

Schema
    id integerrequired

    The unique identifier of the tag.

    name stringrequired

    The value of the tag.

Loading...