mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 13:22:28 +08:00
API: Enrich endpoints with ID (#26691)
This commit is contained in:
@ -419,7 +419,10 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
|
||||
{"message":"Data source deleted"}
|
||||
{
|
||||
"message":"Data source deleted",
|
||||
"id": 1
|
||||
}
|
||||
```
|
||||
|
||||
## Data source proxy calls
|
||||
|
Reference in New Issue
Block a user