Skip to main content

Add a tag to a Check

PUT 

/api/v8/partner/checks/:document_id/tags

Add an existing tag or create a new tag and add it to a Check.

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 Check.

Schema
    id integerrequired

    The unique identifier of the tag.

    name stringrequired

    Possible values: non-empty

    The value of the tag.

Loading...