v1
latestOpenAPI 3.0.32026-08-061874701.5 MBdashboards
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
Response
Result object containing the updated Dashboard object.
Example response
{
"message": "SUCCESS"
}