WellArchitectedFramework
Best practice Update
Update Best Practice for a Well-Architected Framework Question
post/v1/well-architected-framework/{tenant_id}/best-practice/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
{
"nature": "Automated",
"risk": "Low"
}Response
Success
Example response
{
"nature": "Automated",
"risk": "Low"
}