-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
GET vs POST swagger.json #3501
Labels
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I believe this can be closed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Was this file generated?
gitea/public/swagger.v1.json
Line 3227 in fbdc00f
It seems this is using that json file:
https://try.gitea.io/api/swagger#/
But then what's going on between these three methods?
https://github.com/go-gitea/gitea/blob/master/routers/api/v1/repo/release.go#L16
https://github.com/go-gitea/gitea/blob/master/routers/api/v1/repo/release.go#L59
https://github.com/go-gitea/gitea/blob/master/routers/api/v1/repo/release.go#L99
And why is the swagger json wrong?
I'm happy to submit a patch - I just wasn't quite sure what was going on!
The text was updated successfully, but these errors were encountered: