put https://api.dome9.com/v2/aws-organization-management//configuration
Update organization configuration.
Log in to see full request history
Response
200Update organization configuration.
200xxxxxxxxxx
11curl --request PUT \
--url https://api.dome9.com/v2/aws-organization-management/id/configuration \
--header 'content-type: application/json' \
--data '
{
"mappingStrategy": "Flat",
"postureManagement": {
"onboardingMode": "read-only"
}
}
'
Try It!
to start a request and see the response here!