Update User Settings

Sometimes the app needs to store additional data about the user like gender, avatar, hair color, etc. In that case the app can use the endpoint '/me/settings' in order to set and get the user’s settings. The user’s settings are not meant to store large amounts of data. It’s more likely a small key/value store.

Updates the settings key/value object.

There is a special key password that will update the user’s password with the app.

Language
Click Try It! to start a request and see the response here!