From 28f2537aed850fa9bd52d18df74336b0077d0ebc Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Fri, 9 May 2025 12:51:39 +0200 Subject: [PATCH] Swagger fix: use the right name in example --- api/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 1508c93..9e7d057 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -2098,7 +2098,7 @@ paths: schema: type: object properties: - name: + commit: type: string example: HEAD responses: @@ -2254,7 +2254,7 @@ paths: schema: type: object properties: - name: + commit: type: string example: HEAD responses: