PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
dashboards
{
  "results": [
    {
      "config": {
        "isDateZoomDisabled": true
      },
      "slug": "<string>",
      "access": [
        {
          "inheritedFrom": "organization",
          "inheritedRole": "member",
          "projectRole": "viewer",
          "hasDirectAccess": true,
          "role": "viewer",
          "email": "<string>",
          "lastName": "<string>",
          "firstName": "<string>",
          "userUuid": "<string>"
        }
      ],
      "isPrivate": true,
      "tabs": [
        {
          "order": 123,
          "name": "<string>",
          "uuid": "<string>"
        }
      ],
      "pinnedListOrder": 123,
      "pinnedListUuid": "<string>",
      "firstViewedAt": "2023-11-07T05:31:56Z",
      "views": 123,
      "spaceName": "<string>",
      "spaceUuid": "<string>",
      "updatedByUser": {
        "userUuid": "<string>",
        "firstName": "<string>",
        "lastName": "<string>"
      },
      "filters": {
        "tableCalculations": [
          {
            "values": [
              "<any>"
            ],
            "operator": "isNull",
            "id": "<string>",
            "target": {
              "tableName": "<string>",
              "fieldId": "<string>"
            },
            "settings": "<any>",
            "disabled": true,
            "required": true,
            "label": "<string>",
            "tileTargets": {}
          }
        ],
        "metrics": [
          {
            "values": [
              "<any>"
            ],
            "operator": "isNull",
            "id": "<string>",
            "target": {
              "tableName": "<string>",
              "fieldId": "<string>"
            },
            "settings": "<any>",
            "disabled": true,
            "required": true,
            "label": "<string>",
            "tileTargets": {}
          }
        ],
        "dimensions": [
          {
            "values": [
              "<any>"
            ],
            "operator": "isNull",
            "id": "<string>",
            "target": {
              "tableName": "<string>",
              "fieldId": "<string>"
            },
            "settings": "<any>",
            "disabled": true,
            "required": true,
            "label": "<string>",
            "tileTargets": {}
          }
        ]
      },
      "tiles": [
        {
          "uuid": "<string>",
          "type": "saved_chart",
          "x": 123,
          "y": 123,
          "h": 123,
          "w": 123,
          "tabUuid": "<string>",
          "properties": {
            "chartSlug": "<string>",
            "lastVersionChartKind": "line",
            "chartName": "<string>",
            "belongsToDashboard": true,
            "savedChartUuid": "<string>",
            "hideTitle": true,
            "title": "<string>"
          }
        }
      ],
      "updatedAt": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "name": "<string>",
      "uuid": "<string>",
      "dashboardVersionId": 123,
      "projectUuid": "<string>",
      "organizationUuid": "<string>"
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json · object[]
name
string
required
uuid
string
required
spaceUuid
string
required
description
string

Response

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