patch System Configuration With Id
PATCH {{baseUrl}}/api/system-configuration
Updates, via PATCH, the system configuration.
Request Body
{"systemConfiguration"=>{"auditLogConfiguration"=>{"delete"=>{"numberOfDaysToRetain"=>"<integer>", "enabled"=>"<boolean>"}}, "corsConfiguration"=>{"allowCredentials"=>"<boolean>", "allowedHeaders"=>["<string>", "<string>"], "allowedMethods"=>["GET", "PATCH"], "allowedOrigins"=>["<string>", "<string>"], "debug"=>"<boolean>", "exposedHeaders"=>["<string>", "<string>"], "preflightMaxAgeInSeconds"=>"<integer>", "enabled"=>"<boolean>"}, "eventLogConfiguration"=>{"numberToRetain"=>"<integer>"}, "insertInstant"=>"<long>", "lastUpdateInstant"=>"<long>", "loginRecordConfiguration"=>{"delete"=>{"numberOfDaysToRetain"=>"<integer>", "enabled"=>"<boolean>"}}, "reportTimezone"=>"wwwwwwww/wwwwwwwwww", "trustedProxyConfiguration"=>{"trustPolicy"=>"All", "trusted"=>["<string>", "<string>"]}, "uiConfiguration"=>{"headerColor"=>"<string>", "logoURL"=>"<string>", "menuFontColor"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"systemConfiguration":{"auditLogConfiguration":{"delete":{"numberOfDaysToRetain":"\u003cinteger\u003e","enabled":"\u003cboolean\u003e"}},"corsConfiguration":{"allowCredentials":"\u003cboolean\u003e","allowedHeaders":["\u003cstring\u003e","\u003cstring\u003e"],"allowedMethods":["POST","PATCH"],"allowedOrigins":["\u003cstring\u003e","\u003cstring\u003e"],"debug":"\u003cboolean\u003e","exposedHeaders":["\u003cstring\u003e","\u003cstring\u003e"],"preflightMaxAgeInSeconds":"\u003cinteger\u003e","enabled":"\u003cboolean\u003e"},"data":{"occaecat_253":{},"eiusmodce6":{}},"eventLogConfiguration":{"numberToRetain":"\u003cinteger\u003e"},"insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","loginRecordConfiguration":{"delete":{"numberOfDaysToRetain":"\u003cinteger\u003e","enabled":"\u003cboolean\u003e"}},"reportTimezone":"wwwww/w","trustedProxyConfiguration":{"trustPolicy":"All","trusted":["\u003cstring\u003e","\u003cstring\u003e"]},"uiConfiguration":{"headerColor":"\u003cstring\u003e","logoURL":"\u003cstring\u003e","menuFontColor":"\u003cstring\u003e"}}}