You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix draft and other JSON API requests failing with "only JSON and multipart supported" by sending `Content-Type: application/json` instead of `application/json; charset=utf-8`
6
9
7
10
v6.15.0
@@ -27,15 +30,6 @@ v6.14.1
27
30
----------
28
31
* Fix attachment id to not be a requirement
29
32
30
-
Unreleased
31
-
----------
32
-
* Added Policies resource (`client.policies`) with `list`, `find`, `create`, `update` (PUT), and `destroy`
33
-
* Added Rules resource (`client.rules`) with `list`, `find`, `create`, `update` (PUT), `destroy`, and `list_evaluations` (per-grant rule evaluations)
34
-
* Added Workspaces resource (`client.workspaces`) with `list`, `find`, `create`, `update` (PATCH), `destroy`, `auto_group`, and `manual_assign`
35
-
* Added Manage Domains resource (`client.domains`) with `list`, `find`, `create`, `update` (PUT), `destroy`, `info`, and `verify` against `/v3/admin/domains`
36
-
* Corrected RedirectUris `update` to use PATCH instead of PUT; added `deleted_at` to the RedirectUri model and made `platform` optional on create
0 commit comments