Skip to content
Snippets Groups Projects
Unverified Commit 83d79b24 authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

Add api change log for replacing report_card.dataset with report_card.type (#39044)

* add an api change log about replacing report_card.dataset with report_card.type

* Update docs/developers-guide/api-changelog.md
parent 862754c0
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,6 @@ title: API changelog
# Breaking changes to the API interface
## Metabase 0.49.0
- `POST /api/card` and `PUT /api/card/:id`
The `dataset` key is deprecated and will be removed in a future version, most likely 50. In its place we have added a new key: `type` which is equivalent in that it distinguishes Models from Questions. `type="model"` is equivalent to `dataset=true` and `type="query"` is equivalent to `dataset=false`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment