Settings
Update setting
PUT /settings/{name}
PUT /settings/{name}
Update a single setting value.
Special setting formats:
- Tag properties: Use
_tag[{id}].{property}format (e.g.,_tag[123].name,_tag[123].visibility) - See Tag schema for available properties
Path parameters
namestringpathrequiredThe name of the setting to update
Request body
Responses
200 — Successful operation
Response Example
{
"success": true
}403 — Unauthorized
500 — Internal error