post https://{instance_zuid}.api.zesty.io/v1/env/nav
Updates content navigation pane ordering.
Body: raw JSON
name | description |
---|---|
data | [array] Required. This is an array of objects with key/value pairs of zuid and sort . See the next 2 fields below. |
zuid | [string] Required. Resource identifier |
sort | [int] Required. Order |
Note: It is required to pass all sidebar items as array in the payload.
Sample body
{
"data": [
{
"zuid": 7-0000-0000,
"sort": 0
},
{
"zuid": 7-1111-1111,
"sort": 2
},
{
"zuid": 7-2222-2222,
"sort": 1
}
]
}