/api/v2/user/settingsUpdate 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.
settings object client object {"name":"Joe","age":12,"parents":[{"name":"Jim","age":41},{"name":"Sue","age":38}]}error string required requestId string required context object name string required