Skip to main content

Mark a document as annotated

Mark a document as annotated

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

Request Body required
  • name string required

    Possible values: [ANNOTATED]

Responses

The document has been annotated.


Schema
  • name string

    Possible values: [ANNOTATED]

    The status.

  • created date-time
  • document_id integer

    The ID of the document.

  • annotation_id integer

    The ID of the labeling session.

Loading...