Web API: Usersettings

From QPR ProcessAnalyzer Wiki
Revision as of 10:06, 28 May 2020 by Ollvihe (talk | contribs) (Created page with "The '''Usersettings''' saves user specific settings to server. HTTP request header '''Authorization''' with value '''Bearer <access token>''' needs to be in place to identify...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).