Update Content Navigation Order
PUT {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/env/nav
Updates content navigation pane ordering
Parameters
Content-Type: application/json
body *required
Top-level element is a JSON Object
| name | required | type | description |
|---|---|---|---|
data | yes | array[object] | List of Resources |
Resource
| name | required | type | description |
|---|---|---|---|
zuid | yes | string | Resource Identifier |
sort | yes | number | Order |
*Although the order of elements in JSON arrays is preserved, sort is required as to control the sort scale
Responses
Content-Type: application/json
Success
204 No Content
Error
| code | description |
|---|---|
| 401 | Unauthorized |
| 400 | Bad Request Body |
| 500 | Internal Server Error |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |