From b4adc176145aae26bde24c9d0a64c115e231f1ea Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Sun, 23 Aug 2020 14:48:32 +0200 Subject: [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 --- hack/swagger-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack/swagger-check') diff --git a/hack/swagger-check b/hack/swagger-check index d564b6554..d20318305 100755 --- a/hack/swagger-check +++ b/hack/swagger-check @@ -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; -- cgit v1.2.3-54-g00ecf