Configuration Management APIs

Configuration Management APIs

  • APIs to manage user configurations.
  • APIs for performing user-preference operations.
  • User preferences are the configuration specific to individual users.
  • This preferences persist beyond the sesssion, so when the user login next time, they will have same user experiece as they had before. And all the configuration changes made by user persist.

Operations
POST
Clone User Preference
Clone the user-preference configuration.
POST
Create User Preference
Create a user-preference configuration.
DELETE
Delete User Preferences
Delete requested user-preferences.
GET
Get User Preference By Id
Retrieve requested user-preference.
GET
Get User Preferences By Query
Retrieve requested user-preferences.
PUT
Update User Preference
Update the requested user-preference.
POST
V1 Clone User Preference
Clone the user-preference configuration.