Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
411bd55c
Commit
411bd55c
authored
Nov 24, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3318 from utkarshcmu/validated-responses
Validated HTTP responses
parents
24b9bc1e
ca5d0496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
34 deletions
+32
-34
docs/sources/reference/http_api.md
+32
-34
No files found.
docs/sources/reference/http_api.md
View file @
411bd55c
...
...
@@ -142,10 +142,10 @@ Will return the dashboard given the dashboard slug. Slug is the url friendly ver
"rows": [
{
}
]
]
,
"schemaVersion": 6,
"version": 0
}
,
}
}
### Delete dashboard
...
...
@@ -787,7 +787,7 @@ Update Organisation, fields *Adress 1*, *Adress 2*, *City* are not implemented y
"id": 2,
"name": "User",
"login": "user",
"email": "user@mygraf.com"
"email": "user@mygraf.com"
,
"isAdmin": false
}
]
...
...
@@ -1046,7 +1046,7 @@ Deletes the starring of the given Dashboard for the actual user.
"timezone":"browser",
"title":"Home",
"version":5
}
}
,
"expires": 3600
}
...
...
@@ -1091,34 +1091,33 @@ Keys:
"canStar":false,
"slug":"",
"expires":"2200-13-32T25:23:23+02:00",
"created":"2200-13-32T28:24:23+02:00"},
{
"dashboard": {
"editable":false,
"hideControls":true,
"nav":[
{
"enable":false,
"type":"timepicker"
}
],
"rows": [
"created":"2200-13-32T28:24:23+02:00"
},
"dashboard": {
"editable":false,
"hideControls":true,
"nav":[
{
"enable":false,
"type":"timepicker"
}
],
"style":"dark",
"tags":[],
"templating":{
"list":[
]
},
"time":{
},
"timezone":"browser",
"title":"Home",
"version":5
],
"rows": [
{
}
],
"style":"dark",
"tags":[],
"templating":{
"list":[
]
},
"time":{
},
"timezone":"browser",
"title":"Home",
"version":5
}
}
...
...
@@ -1181,11 +1180,10 @@ Keys:
"pluginType":"datasource",
"serviceName":"Grafana",
"type":"grafanasearch"
}
}
}
}
defaultDatasource: "Grafana"
},
"defaultDatasource": "Grafana"
}
## Login
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment