Update a Batch of Favorites

Update all favorites at once. The sort order is updated to the given relative ordering. Any favorites missing from the request body are deleted.
Resource
/ui-api/favorites/batch
Available Version
41.0
HTTP Method
PUT
Request Body
JSON example
{
  favorites: [
  {
    id: "0MVR00000004DhnOAE",
    name: "Q4 Perf"
  }, { 
    id: "0MVR00000004DhsOAE"
  }, {
    id: "0MVR00000004DiGOAU"
  }, {
    id: "0MVR000000001e2OAA",
    name: "Office Group"
  }, {
    id: "0MVR00000004GGlOAM"
  }}]
}
Properties
Name Type Description Required or Optional Available Version
favorites Favorite Batch Input[] The list of favorites to keep and update. Required 41.0
Response Body
Favorite Collection