v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
dashboards

Update dashboard

Updates (renames) the specified dashboard.

put/sights/{sightId}

Query parameters

numericDatesboolean

You can optionally choose to receive and send dates/times in numeric format, as milliseconds since the UNIX epoch (midnight on January 1, 1970 in UTC time), using the query string parameter numericDates with a value of true. This query parameter works for any API request.

Headers

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Request body

namestring

Dashboard name.

Response

Result object containing the updated Dashboard object.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}