v1

latestOpenAPI 3.1.02026-07-241460559.8 KB

Update case status

post/resources/api/caseManagement/v2/cases/{caseId}/status

Path parameters

caseIdstring required

Unique case identifier. <br><br>You can find this identifier in the Dashboard when selecting a specific case, or save it when creating a new case via API.

Request body

status'open' | 'awaitingUser' | 'blocked' | 'resolvedFalsePositive' | 'resolvedPotentialThreat'

Current status of the case review that you want to set. <br> ⚠️ Either status or stage is required. If you submit both, stage takes priority. The request body must not be null; otherwise a 400 error is returned.

stagestring

Custom stage name that is set in the Dashboard. <br> ⚠️ Either status or stage is required. If you submit both, stage takes priority. The request body must not be null; otherwise a 400 error is returned.