From 3c56f2d1a0dcfb63be27b57fdb57b70bb347a2db Mon Sep 17 00:00:00 2001 From: Aaron Steinberg Date: Thu, 30 Nov 2023 01:17:05 -0800 Subject: [PATCH] [release-note/docs] swagger.yaml "repositoryName" parameter description update (#19651) * swagger.yaml fix Signed-off-by: Aaron Steinberg * Signed-off by: Aaron Steinberg Signed-off-by: Aaron Steinberg --------- Signed-off-by: Aaron Steinberg --- api/v2.0/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 37e8564eb..fc7d39ae9 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -6240,7 +6240,7 @@ parameters: repositoryName: name: repository_name in: path - description: The name of the repository. If it contains slash, encode it with URL encoding. e.g. a/b -> a%252Fb + description: The name of the repository. If it contains slash, encode it twice over with URL encoding. e.g. a/b -> a%2Fb -> a%252Fb required: true type: string reference: