Set user setting
Users
Set user setting
Creates or updates a user setting for the authenticated user, identified by key.
PUT
Set user setting
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique key of the user setting.
Maximum string length:
255Example:
"theme"
Body
application/json
Request body used to set the value of a user setting.
Request body used to set the value of a user setting.
JSON value stored for the user setting (string, number, boolean, array, or object).
Example:
{ "theme": "dark" }Response
Default Response
Standard success response payload wrapped in a data property.
User setting resource returned by the API.