-
Notifications
You must be signed in to change notification settings - Fork 94
Add swagger endpoints for Netlify Identity #344
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
base: master
Are you sure you want to change the base?
Conversation
✔️ Deploy Preview for open-api ready! 🔨 Explore the source changes: 88b1481 🔍 Inspect the deploy log: https://app.netlify.com/sites/open-api/deploys/60c7906ec8dc100008d8d975 😎 Browse the preview: https://deploy-preview-344--open-api.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting a Page not found error when attempting to access the deploy preview.
I noticed that there don't seem to be updates to this section of the OpenAPI spec, and I would think it would need additions so that the Identity endpoints show up in docs output:
Line 3250 in f451091
x-tagGroups: |
cb38467
to
1456629
Compare
Thanks for the update @NotWoods. I see the output showing up now in the API reference docs.
From a quick search, it looks like this would go within this object here: Line 2236 in 1456629
|
Changes are looking good to me too. Just a few errors I noticed when testing on https://editor.swagger.io/#
|
Thanks for adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✨
bumping this discussion :) Are there any steps I need to take to help get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NotWoods 👍🏻 Sorry for the delay on the +1
Fixes #79