PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
pinned-lists
/
{pinnedListUuid}
/
items
/
order
{
  "results": [
    {
      "category": "mostPopular",
      "data": {
        "name": "<string>",
        "description": "<string>",
        "uuid": "<string>",
        "spaceUuid": "<string>",
        "pinnedListUuid": "<string>",
        "updatedAt": "2023-11-07T05:31:56Z",
        "updatedByUser": {
          "userUuid": "<string>",
          "firstName": "<string>",
          "lastName": "<string>"
        },
        "views": 123,
        "firstViewedAt": "2023-11-07T05:31:56Z",
        "pinnedListOrder": 123,
        "validationErrors": [
          {
            "validationId": 123,
            "createdAt": "2023-11-07T05:31:56Z",
            "error": "<string>"
          }
        ]
      },
      "type": "dashboard"
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

project uuid

pinnedListUuid
string
required

the list uuid for the pinned items

Body

application/json · object[]
the new order of the pinned items
data
object
required

From T, pick a set of properties whose keys are in the union K

type
enum<string>
required
Available options:
chart,
dashboard,
space

Response

200
application/json
Success
results
object[]
required
status
enum<string>
required
Available options:
ok