mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
[CI:DOCS] fix swagger api docs
Separate the volume endpoints into compat and libpod, as it is done for the other endpoints. Move the libpod image push endpoint to images. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@@ -241,7 +241,7 @@ sub handle_handle {
|
||||
}
|
||||
|
||||
# Special case: the following endpoints all get a custom tag
|
||||
if ($endpoint =~ m!/(volumes|pods|manifests)/!) {
|
||||
if ($endpoint =~ m!/(pods|manifests)/!) {
|
||||
$tag = $1;
|
||||
$operation =~ s/^libpod//;
|
||||
$operation = lcfirst $operation;
|
||||
|
||||
Reference in New Issue
Block a user