Update pause
Partially update a pause entry by ID.
Path parameters
id
project_pk
user_pk
Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
reason
Reason for pausing
MANUAL
- ManualBEHAVIOR_BASED
- Behavior-basedANNOTATOR_EVALUATION
- Annotator evaluationANNOTATION_LIMIT
- Annotation limitCUSTOM_SCRIPT
- Custom script
Allowed values:
verbose_reason
Detailed description of why the project is paused, will be readable by paused annotators
Response
created_at
Timestamp when this pause record was created
id
paused_by
A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations
reason
Reason for pausing
MANUAL
- ManualBEHAVIOR_BASED
- Behavior-basedANNOTATOR_EVALUATION
- Annotator evaluationANNOTATION_LIMIT
- Annotation limitCUSTOM_SCRIPT
- Custom script
Allowed values:
updated_at
Timestamp when this pause record was last updated
deleted_at
Timestamp when this pause record was soft-deleted
deleted_by
User who soft-deleted this pause record
project
Related project for which the pause is set
user
User who is paused
verbose_reason
Detailed description of why the project is paused, will be readable by paused annotators