Skip to content
Snippets Groups Projects
Unverified Commit 7c1f7b77 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

Add formatted values (#40389) (#40390)

parent 84d731cf
Branches
Tags
No related merge requests found
......@@ -7,4 +7,8 @@ title: API changelog
## 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="question"` is equivalent to `dataset=false`.
\ No newline at end of file
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="question"` is equivalent to `dataset=false`.
- all endpoints that return data (e.g. exports in JSON, XLSX, CSV, endpoints that end in "/query")
Starting from v49, we respond to the API calls with values formatted according to the instance localization options
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment