Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Config User

sushilraje edited this page Jan 24, 2019 · 1 revision

Get individual user settings

GET /v1/user-settings/{id}

Response

Returns 200 OK and user settings. The default setting is empty

Set individual user settings

PUT /v1/user-settings/{id}

The request body could be any JSON object

Response

Returns 200 OK and the new user setting object