From 491d46e16964324d0abf7b0058546f7e2c92a686 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Sun, 10 Dec 2023 11:01:39 +0200 Subject: [PATCH] [CR] change description of "ref" arg of TagCreation --- api/swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yml b/api/swagger.yml index d54372d5f91..95eb699379f 100644 --- a/api/swagger.yml +++ b/api/swagger.yml @@ -595,7 +595,7 @@ components: description: ID of tag to create ref: type: string - description: reference to commit to tag + description: the commit to tag TaskInfo: type: object