HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928

This commit is contained in:
Torkel Ödegaard
2015-05-04 08:36:44 +02:00
parent 38d851eb98
commit e5c1169120
8 changed files with 23 additions and 20 deletions

View File

@@ -12,6 +12,9 @@
- [Issue #1891](https://github.com/grafana/grafana/issues/1891). Security: New config option to disable the use of gravatar for profile images
- [Issue #1921](https://github.com/grafana/grafana/issues/1921). Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER)
**Breaking changes**
- [Issue #1928](https://github.com/grafana/grafana/issues/1928). HTTP API: GET /api/dashboards/db/:slug response changed property `model` to `dashboard` to match the POST request nameing
# 2.0.3 (unreleased - 2.0.x branch)
**Fixes**