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
ac37b54d
Commit
ac37b54d
authored
Jul 07, 2015
by
Dieter Plaetinck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix datasource api docs
reflects change in
e2f6633d
parent
f6ad386b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/sources/reference/http_api.md
+4
-4
No files found.
docs/sources/reference/http_api.md
View file @
ac37b54d
...
...
@@ -183,7 +183,7 @@ Status Codes:
### Create data source
`P
U
T /api/datasources`
`P
OS
T /api/datasources`
**Example Response**
:
...
...
@@ -192,9 +192,9 @@ Status Codes:
{"message":"Datasource added"}
###
Edit
an existing data source
###
Update
an existing data source
`P
OST /api/datasources
`
`P
UT /api/datasources/:datasourceId
`
### Delete an existing data source
...
...
@@ -269,7 +269,7 @@ Adds a global user to the actual organisation.
### Delete User in Organisation
`DELETE /api/orgs/:orgId/users/:userId`
`DELETE /api/orgs/:orgId/users/:userId`
## Users
...
...
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