Web API: Usersettings

From QPR ProcessAnalyzer Wiki
Revision as of 13:52, 28 May 2020 by Ollvihe (talk | contribs)
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).