Web API: Usersettings: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 10: Line 10:


Returns HTTP code 204 (No content).
Returns HTTP code 204 (No content).
[[Category: QPR ProcessAnalyzer]]

Revision as of 13:52, 28 May 2020

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).