Updates a specific user setting for the authenticated user.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Parameters
The ID of the user whose setting to update (must be the authenticated user).
Request Body
The key of the setting to update.
The new value for the setting.
The category of the setting (e.g., “privacy”, “notifications”, “display”, “security”).
Error Responses
Notes
- For the
public_profilesetting in thesecuritycategory, the value is inverted for UI consistency - Setting values are stored as strings but may represent boolean, integer, or other data types
- Invalid setting keys or values will result in a 422 error

