Skip to content

Commit

Permalink
Generate swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Apr 11, 2022
1 parent 3609cb5 commit fbb8e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2222,6 +2222,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
"409": {
"description": "The repository with the same name already exists."
},
"422": {
"$ref": "#/responses/validationError"
}
Expand Down

0 comments on commit fbb8e17

Please sign in to comment.