mirror of
https://github.com/go-gitea/gitea
synced 2024-12-21 16:38:27 +01:00
docs(api): update swagger documentation for projects
This commit is contained in:
parent
0150d09a15
commit
6bd6adb6bd
14
templates/swagger/v1_json.tmpl
generated
14
templates/swagger/v1_json.tmpl
generated
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user