Added name and id in response of create/update (#7016)

This commit is contained in:
Utkarsh Bhatnagar
2016-12-20 04:02:26 -08:00
committed by Torkel Ödegaard
parent fa01022494
commit 13c4ce68ee
2 changed files with 4 additions and 4 deletions

View File

@ -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