v1

latestSwagger 2.02026-07-17290378721.8 KB
dashboards

Create / Update dashboard

Creates a new dashboard or updates an existing dashboard.

post/dashboards/db

Request body

UpdatedAtstring date-time
dashboardJson
folderIdinteger
folderUidstring
isFolderboolean
messagestring
overwriteboolean
userIdinteger

Response

(empty)

idstring required

ID The unique identifier (id) of the created/updated dashboard.

statusstring required

Status status of the response.

titlestring required

Slug The slug of the dashboard.

uidstring required

UID The unique identifier (uid) of the created/updated dashboard.

urlstring required

URL The relative URL for accessing the created/updated dashboard.

versioninteger required

Version The version of the dashboard.

Example response

{
  "id": "1",
  "status": "success",
  "title": "my-dashboard",
  "uid": "nHz3SXiiz",
  "url": "/d/nHz3SXiiz/my-dashboard",
  "version": 2
}