WellArchitectedFramework
Framework Update
Update a Well-Architected Framework
post/v1/well-architected-framework/{tenant_id}/framework/update
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Example request
{
"framework_type": "Custom",
"valid_service_types": [
"AWS"
],
"status": "Draft",
"handle_none_of_the_above": "No"
}Response
Success
Example response
{
"framework_type": "Custom",
"valid_service_types": [
"AWS"
],
"status": "Draft",
"handle_none_of_the_above": "No"
}