Update the settings of the user the API key belongs to, and the account wide date and time formats. This is the v3 replacement for the v1 settings_edit action, which wrote nothing but those formats.
The settings of the calling user (firstName, lastName, loginEmail, timezone, language) are required in every request: this endpoint writes the settings the request carries, so submit the values from GET /settings/account for the fields that should keep their value. The three formats are optional, and only an administrator may change them.
A successful request is a 202 reporting whether the update succeeded; it does not return the settings, so read them back with GET /settings/account. Invalid input is a 422.
Not/configsThe
/configsendpoints are an internal store of per-user interface preferences. They hold none of these settings, and are not the v3 replacement for v1settings_edit.
403403
422422
