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

Co-authored-by: Rathina Devan E M <emrathinadev@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2026-09-08 20:15:45 +02:00
committed by GitHub
co-authored by Rathina Devan E M silverwind
parent bc11b8ac22
commit e8e8bbdbb5
5 changed files with 54 additions and 3 deletions
+9
View File
@@ -18058,6 +18058,9 @@
},
"422": {
"$ref": "#/responses/invalidTopicsError"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
}
@@ -18104,6 +18107,9 @@
},
"422": {
"$ref": "#/responses/invalidTopicsError"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
},
@@ -18148,6 +18154,9 @@
},
"422": {
"$ref": "#/responses/invalidTopicsError"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
}
+9
View File
@@ -30293,6 +30293,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Replace list of topics for a repository",
@@ -30342,6 +30345,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Delete a topic from a repository",
@@ -30389,6 +30395,9 @@
},
"422": {
"$ref": "#/components/responses/invalidTopicsError"
},
"423": {
"$ref": "#/components/responses/repoArchivedError"
}
},
"summary": "Add a topic to a repository",