Skip to main content
PATCH
/
api
/
cases
/
{id}
/
assign_maker
Assign a case to a maker
curl --request PATCH \
  --url https://api.example.com/api/cases/{id}/assign_maker \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "assignee_id": 123
}
'
Requires View, Assess, Case Assignment and Request Changes Case Permission

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

Case assigned to maker successfully.