mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Validated HTTP responses
This commit is contained in:
parent
24b9bc1e55
commit
ca5d0496ee
@ -142,10 +142,10 @@ Will return the dashboard given the dashboard slug. Slug is the url friendly ver
|
|||||||
"rows": [
|
"rows": [
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
"schemaVersion": 6,
|
"schemaVersion": 6,
|
||||||
"version": 0
|
"version": 0
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
### Delete dashboard
|
### Delete dashboard
|
||||||
@ -787,7 +787,7 @@ Update Organisation, fields *Adress 1*, *Adress 2*, *City* are not implemented y
|
|||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "User",
|
"name": "User",
|
||||||
"login": "user",
|
"login": "user",
|
||||||
"email": "user@mygraf.com"
|
"email": "user@mygraf.com",
|
||||||
"isAdmin": false
|
"isAdmin": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -1046,7 +1046,7 @@ Deletes the starring of the given Dashboard for the actual user.
|
|||||||
"timezone":"browser",
|
"timezone":"browser",
|
||||||
"title":"Home",
|
"title":"Home",
|
||||||
"version":5
|
"version":5
|
||||||
}
|
},
|
||||||
"expires": 3600
|
"expires": 3600
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1091,9 +1091,8 @@ Keys:
|
|||||||
"canStar":false,
|
"canStar":false,
|
||||||
"slug":"",
|
"slug":"",
|
||||||
"expires":"2200-13-32T25:23:23+02:00",
|
"expires":"2200-13-32T25:23:23+02:00",
|
||||||
"created":"2200-13-32T28:24:23+02:00"},
|
"created":"2200-13-32T28:24:23+02:00"
|
||||||
|
},
|
||||||
{
|
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"editable":false,
|
"editable":false,
|
||||||
"hideControls":true,
|
"hideControls":true,
|
||||||
@ -1183,9 +1182,8 @@ Keys:
|
|||||||
"type":"grafanasearch"
|
"type":"grafanasearch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"defaultDatasource": "Grafana"
|
||||||
defaultDatasource: "Grafana"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
## Login
|
## Login
|
||||||
|
Loading…
Reference in New Issue
Block a user