Update dashboard
Update dashboard
Update a dashboard by UID.
PUT
Update dashboard
Authorizations
Path Parameters
Body
application/json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --request PUT \
--url https://api.axiom.co/v2/dashboards/uid/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"shownColumns": "<string>"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"message": "<string>",
"overwrite": false,
"uid": "<string>",
"version": 123
}
'{
"dashboard": {
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"shownColumns": "<string>"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"id": "<string>",
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>",
"version": 123
},
"overwritten": true
}Update a dashboard by UID.
curl --request PUT \
--url https://api.axiom.co/v2/dashboards/uid/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"shownColumns": "<string>"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"message": "<string>",
"overwrite": false,
"uid": "<string>",
"version": 123
}
'{
"dashboard": {
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"dashboard": {
"name": "<string>",
"owner": "<string>",
"charts": [
{
"id": "<string>",
"type": "TimeSeries",
"query": {
"apl": "<string>",
"queryOptions": {
"shownColumns": "<string>"
}
},
"name": "<string>"
}
],
"layout": [
{
"i": "<string>",
"x": 5,
"y": 4503599627370495,
"w": 6,
"h": 50,
"minW": 6,
"minH": 50.25,
"maxW": 6,
"maxH": 50,
"static": true
}
],
"schemaVersion": 2,
"timeWindowStart": "<string>",
"timeWindowEnd": "<string>",
"description": "<string>",
"againstTimestamp": "<string>",
"uid": "<string>"
},
"id": "<string>",
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "<string>",
"version": 123
},
"overwritten": true
}Was this page helpful?