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>"
}
'When a case has been concluded, it will be closed till a user with permission re-open the case with a valid reason. RequirementsDocumentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
1 - 1000Case reopened successfully.