Edit a tag
Path Parameters
- project_id integer required
ID of the project
- tag_id integer required
ID of the tag
- application/json
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
- 200
- 401
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- class string
The class's name.
- label string
The label's name.
[
{
"class": "Comfort",
"label": "POS"
}
]
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "VIEWER"
Something is wrong with the API.
Loading...