chore: re-add missing endpoints

_filter_combined_schema was using path-level filtering with
_is_path_deprecated, which excluded entire paths if any operation was
deprecated. Since /v1/toolgroups has both GET (not deprecated) and POST
(deprecated), the entire path was excluded, removing the GET operation
and its response schema. Updated _filter_combined_schema to use
operation-level filtering, matching _filter_schema_by_version

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-12 14:30:27 +01:00
parent 2cb0c31edd
commit 73861b504d
No known key found for this signature in database
3 changed files with 6833 additions and 1554 deletions

File diff suppressed because it is too large Load diff