mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-19 15:40:50 +00:00
api: GitBlob consistent naming
This commit is contained in:
parent
402a85a9b6
commit
07e8684a61
6 changed files with 13 additions and 13 deletions
|
@ -30,12 +30,12 @@ func GetBlob(ctx *context.APIContext) {
|
|||
// required: true
|
||||
// - name: sha
|
||||
// in: path
|
||||
// description: sha of the commit
|
||||
// description: sha of the blob to retrieve
|
||||
// type: string
|
||||
// required: true
|
||||
// responses:
|
||||
// "200":
|
||||
// "$ref": "#/responses/GitBlobResponse"
|
||||
// "$ref": "#/responses/GitBlob"
|
||||
// "400":
|
||||
// "$ref": "#/responses/error"
|
||||
// "404":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue