curl --request PATCH \
--url http://localhost/api/api/cases/{id}/assign_checker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"assignee_id": 123
}
'{
"detail": "<string>"
}Assign a case to a checker.
curl --request PATCH \
--url http://localhost/api/api/cases/{id}/assign_checker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"assignee_id": 123
}
'{
"detail": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
Case assigned to checker successfully.
Standard detail response
Response message