mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
[CI:DOCS] Polish swagger OpertionIDs
Renamed 4 IDs to be consistent with other endpoints. Fixes #9951 Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -252,11 +252,6 @@ sub handle_handle {
|
||||
$tag = 'system';
|
||||
}
|
||||
|
||||
# Special case: /changes is libpod even though it says compat
|
||||
if ($endpoint =~ m!/changes!) {
|
||||
$tag = 'libpod';
|
||||
}
|
||||
|
||||
state $previous_path; # Previous path name, to avoid dups
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user