Skip to content

Commit

Permalink
Document 409 error returned by repos/migrate api
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Apr 11, 2022
1 parent d139c23 commit 3609cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routers/api/v1/repo/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func Migrate(ctx *context.APIContext) {
// "$ref": "#/responses/Repository"
// "403":
// "$ref": "#/responses/forbidden"
// "409":
// description: The repository with the same name already exists.
// "422":
// "$ref": "#/responses/validationError"

Expand Down

0 comments on commit 3609cb5

Please sign in to comment.