diff options
author | 6543 <6543@obermui.de> | 2020-04-15 15:03:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 16:03:05 +0300 |
commit | 70fab7e26a76dcf31300f2961dea206f9e396037 (patch) | |
tree | ff4553460871bfe07405f75b2530cac1d9c4f4fe /templates | |
parent | 2e85ad665acad1cc96b45d6b1f9032fc4982c3e7 (diff) | |
download | gitea-70fab7e26a76dcf31300f2961dea206f9e396037.tar.gz gitea-70fab7e26a76dcf31300f2961dea206f9e396037.zip |
document 404 responce and meaning (#11073)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 5de98a72ce..8cb7dbfcc0 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -7411,6 +7411,9 @@ "responses": { "200": { "$ref": "#/responses/WatchInfo" + }, + "404": { + "description": "User is not watching this repo or repo do not exist" } } }, |