Skip to main content

Update a tag

Update a tag.

Path Parameters
  • project_id integer required

    ID of the project

  • annotation_id integer required

    ID of the labeling session

  • document_id integer required

    ID of the document

  • segment_id integer required

    ID of the segment

  • tag_id integer required

    ID of the tag

Request Body required
  • class string

    The class's name.

  • label string

    The label's name.

  • text string

    Annotated text

  • span integer[]

    Possible values: >= 2, <= 2

Responses

The Tag has been changed.


Schema
  • class string

    The class's name.

  • label string

    The label's name.

Loading...