Favorite Batch Input

Represents a single favorite when updating favorites in batch.
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
id String The ID of the favorite. Required 41.0
name String The name of the favorite. Required 41.0