summaryrefslogtreecommitdiff
path: root/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
blob: f2f3ca5959380aa0def54dde08b7db7512f2a2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    REST API: authorizations: add a tenant-scoped endpoint at
    '/api/tenant/{tenant}/authorizations'. Calling the endpoint will return
    a list of admin tenants limited to the scoped tenant, if the user has admin
    privileges on it.
deprecations:
  - |
    REST API: authorizations: the /api/user/authorizations endpoint is deprecated
    in favor of the tenant-scoped endpoint. It will be removed next release.