1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

document 404 responce and meaning (#11073)

This commit is contained in:
6543
2020-04-15 15:03:05 +02:00
committed by GitHub
parent 2e85ad665a
commit 70fab7e26a
2 changed files with 5 additions and 0 deletions

View File

@@ -7411,6 +7411,9 @@
"responses": {
"200": {
"$ref": "#/responses/WatchInfo"
},
"404": {
"description": "User is not watching this repo or repo do not exist"
}
}
},