/assessments/{assessmentId}
http://auditmanager.{region}.amazonaws.com/assessments/{assessmentId}Edits an Audit Manager assessment.
Path Parameters
The unique identifier for the assessment.
Body Params
The list of roles for the assessment.
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
The name of the assessment to be updated.
The description of the assessment.
The location where Audit Manager saves assessment reports for the given assessment.
Responses
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://auditmanager.{region}.amazonaws.com/assessments/{assessmentId}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}