zuul/releasenotes/notes/scoping_REST_API-2-866574c4d73c577b.yaml
James E. Blair 7444fbd8c3 Re-add pending release notes
Now that 3.19.1 has been merged, re-add these notes (with modified ids)
so they will appear in the next release.

Change-Id: If2906763c51f1c829b1bbc1c5672b5e3f3746c6f
2020-12-01 15:24:12 -08:00

12 lines
439 B
YAML

---
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.