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