mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-03 05:10:11 +00:00
Improve Swagger documentation for user endpoints
(cherry picked from commit b074e08f34
)
This commit is contained in:
parent
a167d7b91c
commit
72cbefe63e
23 changed files with 703 additions and 2 deletions
|
@ -106,6 +106,10 @@ func ListMyRepos(ctx *context.APIContext) {
|
|||
// responses:
|
||||
// "200":
|
||||
// "$ref": "#/responses/RepositoryList"
|
||||
// "401":
|
||||
// "$ref": "#/responses/unauthorized"
|
||||
// "403":
|
||||
// "$ref": "#/responses/forbidden"
|
||||
// "422":
|
||||
// "$ref": "#/responses/validationError"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue