---
title: "POST /v1/cases/{caseId}/update-case-status"
method: POST
path: "/v1/cases/{caseId}/update-case-status"
---

# POST /v1/cases/{caseId}/update-case-status

`POST /v1/cases/{caseId}/update-case-status`

Updates the state transitions for a designated cases.

**Self-managed**: the following states are available for self-managed cases.

*   Submitted → Detection and Analysis
    
*   Detection and Analysis → Containment, Eradication, and Recovery
    
*   Detection and Analysis → Post-incident Activities
    
*   Containment, Eradication, and Recovery → Detection and Analysis
    
*   Containment, Eradication, and Recovery → Post-incident Activities
    
*   Post-incident Activities → Containment, Eradication, and Recovery
    
*   Post-incident Activities → Detection and Analysis
    
*   Any → Closed
    

**AWS supported**: You must use the `CloseCase` API to close.

## Path parameters

- `caseId` string, required

## Request body

- object
  - `caseStatus` 'Submitted' | 'Detection and Analysis' | 'Containment, Eradication and Recovery' | 'Post-incident Activities', required — Required element for UpdateCaseStatus to identify the status for a case. Options include <code>Submitted | Detection and Analysis | Containment, Eradication and Recovery | Post-incident Activities</code>.

## Response `201`

Success

- UpdateCaseStatusResponse
  - `caseStatus` 'Submitted' | 'Detection and Analysis' | 'Containment, Eradication and Recovery' | 'Post-incident Activities' — Response element for UpdateCaseStatus showing the newly configured status.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — SecurityIncidentResponseNotActiveException
- `484` — InternalServerException
- `485` — ThrottlingException
- `486` — ConflictException
- `487` — ResourceNotFoundException
- `488` — InvalidTokenException

---

[API](https://skmtc.net/aws/apis/security-ir.md) · [All operations](https://skmtc.net/aws/apis/security-ir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/security-ir/versions/e22a88ccce95/schema)
