{
"backgroundImage": "string",
"copyright": "string",
"dependencies": {
"property1": "string",
"property2": "string"
},
"errorLogin": {
"property1": "string",
"property2": "string"
},
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"language": "string",
"logo": "string",
"name": "string",
"projectExpand": {
"property1": "string",
"property2": "string"
},
"project_backgroundImage": "string",
"project_logo": "string",
"retentionPolicy": {
"interval": 0
},
"tsdbRetentionPolicyShow": true
}curl --location --request PATCH '/spm/setting' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"backgroundImage": "string",
"copyright": "string",
"dependencies": {
"property1": "string",
"property2": "string"
},
"errorLogin": {
"property1": "string",
"property2": "string"
},
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"language": "string",
"logo": "string",
"name": "string",
"projectExpand": {
"property1": "string",
"property2": "string"
},
"project_backgroundImage": "string",
"project_logo": "string",
"retentionPolicy": {
"interval": 0
},
"tsdbRetentionPolicyShow": true
}'{
"status": "OK"
}