summaryrefslogtreecommitdiff
path: root/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml')
-rw-r--r--releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml b/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
new file mode 100644
index 000000000..f2f3ca595
--- /dev/null
+++ b/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
@@ -0,0 +1,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.