cURL
Dashboards
Update Dashboard
Update an analytics dashboard
PATCH
cURL
Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
Body
Name of the dashboard
Maximum string length:
255Project this dashboard belongs to
Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.
Examples:
{
"field": "success",
"op": "eq",
"value": true
}{
"operator": "and",
"conditions": [
{
"field": "timestamp",
"op": "gte",
"value": "today-7d"
},
{
"field": "duration",
"op": "gte",
"value": 60
}
]
}Response
200 - application/json
Name of the dashboard
Maximum string length:
255Project this dashboard belongs to
Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.
Examples:
{
"field": "success",
"op": "eq",
"value": true
}{
"operator": "and",
"conditions": [
{
"field": "timestamp",
"op": "gte",
"value": "today-7d"
},
{
"field": "duration",
"op": "gte",
"value": 60
}
]
}Number of widgets in the dashboard
When the dashboard was created
When the dashboard was last updated