Label
Add/remove annotation labels
Add/Remove labels on annotations.
post/api/v1/labels/apply
Request body
Example request
{
"operations": {
"add": [
"https://example.rossum.app/api/v1/labels/42"
],
"remove": [
"https://example.rossum.app/api/v1/labels/43"
]
},
"objects": {
"annotations": [
"https://example.rossum.app/api/v1/annotations/10",
"https://example.rossum.app/api/v1/annotations/11"
]
}
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.