mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f6ad386ba7
commit
ac37b54ddb
@ -183,7 +183,7 @@ Status Codes:
|
|||||||
|
|
||||||
### Create data source
|
### Create data source
|
||||||
|
|
||||||
`PUT /api/datasources`
|
`POST /api/datasources`
|
||||||
|
|
||||||
**Example Response**:
|
**Example Response**:
|
||||||
|
|
||||||
@ -192,9 +192,9 @@ Status Codes:
|
|||||||
|
|
||||||
{"message":"Datasource added"}
|
{"message":"Datasource added"}
|
||||||
|
|
||||||
### Edit an existing data source
|
### Update an existing data source
|
||||||
|
|
||||||
`POST /api/datasources`
|
`PUT /api/datasources/:datasourceId`
|
||||||
|
|
||||||
### Delete an existing data source
|
### Delete an existing data source
|
||||||
|
|
||||||
@ -269,7 +269,7 @@ Adds a global user to the actual organisation.
|
|||||||
|
|
||||||
### Delete User in Organisation
|
### Delete User in Organisation
|
||||||
|
|
||||||
`DELETE /api/orgs/:orgId/users/:userId`
|
`DELETE /api/orgs/:orgId/users/:userId`
|
||||||
|
|
||||||
## Users
|
## Users
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user