0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 11:24:41 +01:00
gitea/routers/api/v1/repo
stevegt 39f2aa7c12 add simple descriptions for file API responses (#4089)
* Partial fix for #4010

Swagger needs a description field in each swagger:operation response.  Adding
minimal text for now on the way to getting swagger validate to pass.  Many
standard swagger client libraries will not work with gitea until validate
passes, so prioritizing that over better descriptions for now.

Signed-off-by: Steve Traugott <stevegt@t7a.org>
2018-06-01 13:51:49 +08:00
..
branch.go
collaborators.go
file.go add simple descriptions for file API responses (#4089) 2018-06-01 13:51:49 +08:00
fork.go
hook.go
hook_test.go
issue.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
issue_comment.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
issue_label.go
issue_tracked_time.go
key.go
label.go
main_test.go
milestone.go
pull.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
release.go Fix some webhooks bugs (#3981) 2018-05-21 10:28:29 +08:00
release_attachment.go
repo.go
star.go
status.go
subscriber.go