docs(api): update swagger documentation for projects

This commit is contained in:
eyad-hussein 2024-09-20 11:32:14 +03:00
parent 0150d09a15
commit 6bd6adb6bd

View File

@ -2871,9 +2871,6 @@
},
"404": {
"$ref": "#/responses/notFound"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
},
@ -2919,9 +2916,6 @@
},
"422": {
"$ref": "#/responses/validationError"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
}
@ -4413,7 +4407,7 @@
"tags": [
"project"
],
"summary": "Change an issue's project",
"summary": "Moves issues from a project to another in a repository",
"operationId": "repoUpdateIssueProject",
"parameters": [
{
@ -17902,9 +17896,6 @@
},
"422": {
"$ref": "#/responses/validationError"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
}
@ -18781,9 +18772,6 @@
},
"404": {
"$ref": "#/responses/notFound"
},
"423": {
"$ref": "#/responses/repoArchivedError"
}
}
}