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
1 changed files with 1 additions and 13 deletions

View File

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