Annotation
Assign annotation
Change assignees of the annotation.
<Callout type="info"> `admin` and `organization_group_admin` user roles can assign to arbitrary set of users. The rest of the roles can only swap themselves for a different user (without changing the others). </Callout>post/api/v1/annotations/assign
Request body
Example request
{
"annotations": [
"https://example.rossum.app/api/v1/annotations/319668"
],
"assignees": [
"https://example.rossum.app/api/v1/users/1",
"https://example.rossum.app/api/v1/users/2"
]
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.