v1

latestSwagger 2.02026-07-17502976.2 KB
Dashboards

Update Dashboard

Putting a modified Dashboard back to this endpoint overwrites the existing Dashboard with the modified version. The revision counter is incremented, and a new revision is added to the /revisions endpoint. If the Dashboard was deleted previously, it will be undeleted.

put/dashboards/{name}

Path parameters

namestring required

The Dashboard name.

Request body

namestring

Name of the Dashboard.

datestring date-time

Date/time of the last modification.

deletedboolean

Indicates whether or not the Dashboard is deleted.

revinteger

Current revision number of the Dashboard.

tagsstring[]

Image URL representing the product.

visitsinteger

If Analytics is enabled, this counter records the total number of visits, or times this Dashboard was loaded. Cannot be set manually.

pageViewsinteger

If Analytics is enabled, this counter records the total number of page views, or times a page in this Dashboard was viewed. Each visit may have multiple page views. Cannot be set manually.

likesstring[]

Contains a list of users who 'like' this Dashboard.

Response

The updated Dashboard, including auto-populated fields such as date, rev, etc.

namestring

Name of the Dashboard.

datestring date-time

Date/time of the last modification.

deletedboolean

Indicates whether or not the Dashboard is deleted.

revinteger

Current revision number of the Dashboard.

tagsstring[]

Image URL representing the product.

visitsinteger

If Analytics is enabled, this counter records the total number of visits, or times this Dashboard was loaded. Cannot be set manually.

pageViewsinteger

If Analytics is enabled, this counter records the total number of page views, or times a page in this Dashboard was viewed. Each visit may have multiple page views. Cannot be set manually.

likesstring[]

Contains a list of users who 'like' this Dashboard.