mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 13:12:24 +08:00
Added name and id in response of create/update (#7016)
This commit is contained in:

committed by
Torkel Ödegaard

parent
fa01022494
commit
13c4ce68ee
@ -158,7 +158,7 @@ parent = "http_api"
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
|
||||
{"id":1,"message":"Datasource added"}
|
||||
{"id":1,"message":"Datasource added", "name": "test_datasource"}
|
||||
|
||||
## Update an existing data source
|
||||
|
||||
@ -193,7 +193,7 @@ parent = "http_api"
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
|
||||
{"message":"Datasource updated"}
|
||||
{"message":"Datasource updated", "id": 1, "name": "test_datasource"}
|
||||
|
||||
## Delete an existing data source
|
||||
|
||||
|
Reference in New Issue
Block a user