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

Swagger issue when working with identities #1528

Open
gabriel-indik opened this issue Jun 18, 2024 · 2 comments
Open

Swagger issue when working with identities #1528

gabriel-indik opened this issue Jun 18, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@gabriel-indik
Copy link
Contributor

Attempting to get the details of an identity through a GET call, or update an identity through a PATCH call via the embedded Swagger UI results in an error. It appears something in the swagger isn't generated quite right. Specifically, the path argument that corresponds to the identity id is not passed and instead a constant string is included.

@gabriel-indik
Copy link
Contributor Author

Note that the API itself works correctly e.g. calling the APIs from an external client like Postman. The issue is just with the embedded Swagger UI.

@EnriqueL8
Copy link
Contributor

@gabriel-indik are you willing to pick this up into a fix?

@EnriqueL8 EnriqueL8 added the good first issue Good for newcomers label Jun 20, 2024
@EnriqueL8 EnriqueL8 self-assigned this Jul 17, 2024
@EnriqueL8 EnriqueL8 added this to the v1.3.1 milestone Jul 17, 2024
@EnriqueL8 EnriqueL8 removed this from the v1.3.1 milestone Jul 31, 2024
@EnriqueL8 EnriqueL8 assigned EnriqueL8 and unassigned EnriqueL8 Aug 13, 2024
@EnriqueL8 EnriqueL8 removed their assignment Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants