-`GET /api/transform/:db-id/:schema/:transform-name`, which hasn't been used internally by Metabase for ages, has
been removed.
## 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`.
- 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
# Additions to the API interface
## Metabase 0.50.0
-`GET /api/collection/:id/items`
An additional boolean column, `archived`, has been added to results.
## Metabase 0.49.5
NOTE: These endpoint changes were added in 0.49.3, and a bug in `GET /api/embed/card/:token/query/:export-format` was fixed in 0.49.5.
...
...
@@ -64,3 +47,12 @@ NOTE: These endpoint changes were added in 0.49.3, and a bug in `GET /api/embed/
When `format_rows` is `false`, formatting is not applied and exports will behave as they did prior to 0.49.0.
The value of `format_rows` has no effect when exporting xlsx files.
## 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`.
- 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