mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Better describe what /repos/{owner}/{repo}/raw/{filepath}
returns on 200 (#19542)
- Set on the description that it returns the raw file content. - Resolves #19514
This commit is contained in:
@@ -8628,7 +8628,7 @@
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "success"
|
||||
"description": "Returns raw file content."
|
||||
},
|
||||
"404": {
|
||||
"$ref": "#/responses/notFound"
|
||||
|
Reference in New Issue
Block a user