Update settings

put/api/v2/user/settings

Update user settings. This spec is incomplete. It only documents the client field.

To change client settings, the request body must specify one or more subproperties directly under the client property. The server will replace the existing value with the one in the request body. The value may be any JSON type, such as a string, number, or object. To unset a property, set its value to null.

Request Body

settings object
client object
A collection of properties that can be set and read by API clients, for the purpose of persisting client-side user settings. These properties do not affect server behavior.
Example: {"name":"Joe","age":12,"parents":[{"name":"Jim","age":41},{"name":"Sue","age":38}]}

200 Response

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code