Update the tenant settings in CDO
PATCH {{baseUrl}}/v1/settings/tenant
Request Body
{"uid"=>"<uuid>", "changeRequestSupport"=>"<boolean>", "autoAcceptDeviceChanges"=>"<boolean>", "webAnalytics"=>"<boolean>", "scheduledDeployments"=>"<boolean>", "denyCiscoSupportAccessToTenant"=>"<boolean>", "multicloudDefense"=>"<boolean>", "autoDiscoverOnPremFmcs"=>"<boolean>", "conflictDetectionInterval"=>"EVERY_10_MINUTES"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"uid":"\u003cuuid\u003e","changeRequestSupport":"\u003cboolean\u003e","autoAcceptDeviceChanges":"\u003cboolean\u003e","webAnalytics":"\u003cboolean\u003e","scheduledDeployments":"\u003cboolean\u003e","denyCiscoSupportAccessToTenant":"\u003cboolean\u003e","multicloudDefense":"\u003cboolean\u003e","autoDiscoverOnPremFmcs":"\u003cboolean\u003e","conflictDetectionInterval":"EVERY_10_MINUTES"}