curl --request PATCH \
--url http://localhost/api/api/cases/{id}/reopen \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'Reopen a case.
curl --request PATCH \
--url http://localhost/api/api/cases/{id}/reopen \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
1 - 1000Case reopened successfully.