Web API: Usersettings
Jump to navigation
Jump to search
The Usersettings saves user specific settings to server.
HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session.
Url: PUT /api/usersettings/{key}/{value}
The key is the setting name and value is the setting value.
Returns HTTP code 204 (No content).