Skip to content

Commit

Permalink
[release-note/docs] swagger.yaml "repositoryName" parameter descripti…
Browse files Browse the repository at this point in the history
…on 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>
  • Loading branch information
azsteinb authored Nov 30, 2023
1 parent 7cef421 commit 3c56f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2.0/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c56f2d

Please sign in to comment.