Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Role schema response to include client_id #26

Open
mikelax opened this issue Mar 4, 2022 · 0 comments
Open

Refactor Role schema response to include client_id #26

mikelax opened this issue Mar 4, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mikelax
Copy link
Collaborator

mikelax commented Mar 4, 2022

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

@mikelax mikelax added the enhancement New feature or request label Mar 4, 2022
@mikelax mikelax added the good first issue Good for newcomers label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant