fix(api): enforce mustNotBeArchived on repo topics routes (#39260)

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Rathina Devan E M
2026-09-08 09:28:57 +00:00
committed by GitHub
co-authored by silverwind
parent df8e7db02f
commit 8b6ad49a5f
5 changed files with 54 additions and 3 deletions
+9
View File
@@ -32751,6 +32751,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Replace list of topics for a repository",
@@ -32800,6 +32803,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Delete a topic from a repository",
@@ -32847,6 +32853,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Add a topic to a repository",