api: GitBlob consistent naming

This commit is contained in:
oliverpool 2025-06-13 11:26:59 +02:00
parent 402a85a9b6
commit 07e8684a61
6 changed files with 13 additions and 13 deletions

View file

@ -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":