Batch Update User Preferences

put

/primeapi/restapi/userPreferences/batch

Send a request to this endpoint to update one or more user preferences.

Request

Supported Media Types
Body ()
A user preferences object.
Root Schema : List<ApiEntityApplicationUserSetting>
Type: array
Title: List<ApiEntityApplicationUserSetting>
Show Source
Nested Schema : ApiEntityApplicationUserSetting
Type: object
Show Source

Response

Supported Media Types

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

Invalid input for the user preferences service.