mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
[release-note/docs] swagger.yaml "repositoryName" parameter description update (#19651)
* swagger.yaml fix Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech> * Signed-off by: Aaron Steinberg <aaron@aa.codes> Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech> --------- Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech>
This commit is contained in:
parent
7cef4217b0
commit
3c56f2d1a0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user