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
Is your feature request related to a problem? Please describe.
After fixing a bug in #24 , we noticed the response for the /self/roles API returns clientkey but not client_id. The id attribute should be returned in addition to clientkey.
Describe the solution you'd like
Update all APIs, both admin and "self" that return a Role object and add a new attribute for client_id.
Update the open api schema for the Role object.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Feature Overview
Is your feature request related to a problem? Please describe.
After fixing a bug in #24 , we noticed the response for the
/self/roles
API returnsclientkey
but notclient_id
. The id attribute should be returned in addition to clientkey.Describe the solution you'd like
Update all APIs, both admin and "self" that return a
Role
object and add a new attribute forclient_id
.Update the open api schema for the Role object.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: