v1

latestSwagger 2.02026-07-17290378721.8 KB
dashboard_versions

Restore a dashboard to a given dashboard version using UID.

post/dashboards/uid/{uid}/restore

Path parameters

uidstring required

Request body

versioninteger

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
}