mirror of https://github.com/go-gitea/gitea.git
docs(api): update swagger documentation for projects
This commit is contained in:
parent
0150d09a15
commit
6bd6adb6bd
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue