v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424171133.3 KB

Updates an existing case.

post/v1/cases/{caseId}/update-case

Path parameters

caseIdstring required

Required element for UpdateCase to identify the case ID for updates.

Request body

titlestring password

Optional element for UpdateCase to provide content for the title field.

descriptionstring password

Optional element for UpdateCase to provide content for the description field.

reportedIncidentStartDatestring date-time

Optional element for UpdateCase to provide content for the customer reported incident start date field.

actualIncidentStartDatestring date-time

Optional element for UpdateCase to provide content for the incident start date field.

engagementType'Security Incident' | 'Investigation'

Optional element for UpdateCase to provide content for the engagement type field. <code>Available engagement types include Security Incident | Investigation</code>.

impactedServicesToAddAwsService[]

Optional element for UpdateCase to provide content to add services impacted.

impactedServicesToDeleteAwsService[]

Optional element for UpdateCase to provide content to remove services impacted.

impactedAccountsToAddAWSAccountId[]
<p>Optional element for UpdateCase to provide content to add accounts impacted.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
impactedAccountsToDeleteAWSAccountId[]
<p>Optional element for UpdateCase to provide content to add accounts impacted.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>

Response

Success

UpdateCaseResponse required