Skip to content

Commit ea3a146

Browse files
committed
feat: Changed ssc operations routes
1 parent 28cedca commit ea3a146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/utils/openapi_merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def prefix_and_tag_paths(
7474
if base_tag == "Secure Chain Depex":
7575
if "/graph/" in path:
7676
tag = f"{base_tag} - Graph"
77-
elif "/operation/package/" in path:
78-
tag = f"{base_tag} - Operation/Package"
77+
elif "/operation/ssc/" in path:
78+
tag = f"{base_tag} - Operation/SSC"
7979
elif "/operation/file/" in path:
8080
tag = f"{base_tag} - Operation/File"
8181
elif "/operation/config/" in path:

0 commit comments

Comments
 (0)