Skip to main content
PATCH
/
api
/
cases
/
{id}
/
assign_checker
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this case.

Body

assignee_id
integer

Response

200 - application/json

Case assigned to checker successfully.

Standard detail response

detail
string
required

Response message