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

Add single release page and latest redirect #11102

Merged
merged 7 commits into from
Apr 18, 2020
Prev Previous commit
Next Next commit
Fix swagger
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser committed Apr 17, 2020
commit 5b9685bf7df43a97542a42a7b7f68ae8a4dae130
4 changes: 4 additions & 0 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13107,6 +13107,10 @@
"type": "boolean",
"x-go-name": "IsDraft"
},
"html_url": {
"type": "string",
"x-go-name": "HTMLURL"
},
"id": {
"type": "integer",
"format": "int64",
Expand Down