We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cedca commit ea3a146Copy full SHA for ea3a146
app/utils/openapi_merge.py
@@ -74,8 +74,8 @@ def prefix_and_tag_paths(
74
if base_tag == "Secure Chain Depex":
75
if "/graph/" in path:
76
tag = f"{base_tag} - Graph"
77
- elif "/operation/package/" in path:
78
- tag = f"{base_tag} - Operation/Package"
+ elif "/operation/ssc/" in path:
+ tag = f"{base_tag} - Operation/SSC"
79
elif "/operation/file/" in path:
80
tag = f"{base_tag} - Operation/File"
81
elif "/operation/config/" in path:
0 commit comments