Navigation Item Input

Represents the list of navigation items in the order that you want them to appear in the app.
Example
PUT /services/data/v64.0/ui-api/apps/06mRM000000U6pOYAS/user-nav-items
{
  "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
id String The ID of the navigation item to include. Required 47.0
label String The updated label for the navigation item in list views and records only. Optional 47.0
pageReference Page Reference Input The page reference of the navigation item to add to the list. You can add one page reference per request. Optional 47.0