Navigation Item Collection Input

A collection of all the navigation items (tabs) for an app. Pass this request body to get or update a user’s personalized navigation items.
JSON Example
{
  "navItems": [{
    "id": "0QkRM00000058lN0AQ"
  }, {
    "id": "0QkRM00000058lR0AQ",
    "label": "My Top Account"
  }, {
    "pageReference": {
      "type": "standard__objectPage",
      "attributes": {
        "objectApiName": "Dashboard",
        "actionName": "home"
      },
      "state": {}
    }
  }]
}
Properties
Name Type Description Required or Optional Available Version
navItems Navigation Item Input[] The list of navigation items in the order that you want them to appear in the app. Required 47.0