DeveloperAPI ReferenceAdminSettings
/api/admin/settings
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?unknown
Response Body
application/json
application/json
curl -X PATCH "https://example.com/api/admin/settings" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{
"settings": {
"property1": null,
"property2": null
}
}{
"error": "string"
}