canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
6 stars 4 forks source link

feat: return created entity in response body for `Role`s and `Group`s #304

Closed BarcoMasile closed 4 months ago

BarcoMasile commented 4 months ago

Description

With this PR creation endpoints for Roles and Groups now also return the body of the created entity as the only element of the data array.

Closes #302 .