Settings
Update multiple settings at once
Update multiple settings in a single request.
Special setting formats:
- Tag properties: Use
_tag[{id}].{property}format (e.g.,_tag[123].name,_tag[456].visibility) - See Tag schema for available properties
POST
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Autorisierungen
JWT-based authentication
Body
application/json
A key-value object with the new settings. Every setting needs to have the unique setting name as key, and the setting value as value.
Antwort
Successful operation
Data format of Enneo success messages
Operation was successful
Beispiel:
true
Get settings of a client
Zurück
Get settings of a client and return the results in a compact form
Weiter