[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:
Jhon Honce
2021-04-06 09:43:49 -07:00
parent fa47b4f572
commit 51b23be38b
4 changed files with 5 additions and 10 deletions

View File

@ -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
#