Update the latest api documents (#549)

Automated update of static/swagger-latest.json and static/openapi3-latest.json from the gitea main branch, opened by the "update api spec files" scheduled workflow.

<!-- cloudflare-preview --> Preview: https://pr-549.docs-gitea-com.pages.dev

Reviewed-on: https://gitea.com/gitea/docs/pulls/549
Co-authored-by: Gitea Bot <[email protected]>
This commit is contained in:
Gitea Bot
2026-09-17 00:21:50 +00:00
committed by silverwind
parent 3d302e72e2
commit 77e495f772
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -12058,6 +12058,9 @@
"403": {
"$ref": "#/components/responses/forbidden"
},
"409": {
"$ref": "#/components/responses/error"
},
"422": {
"$ref": "#/components/responses/validationError"
}
@@ -12142,6 +12145,9 @@
"403": {
"$ref": "#/components/responses/forbidden"
},
"409": {
"$ref": "#/components/responses/error"
},
"422": {
"$ref": "#/components/responses/validationError"
}
@@ -34999,6 +35005,12 @@
"201": {
"$ref": "#/components/responses/EmailList"
},
"400": {
"$ref": "#/components/responses/error"
},
"409": {
"$ref": "#/components/responses/error"
},
"422": {
"$ref": "#/components/responses/validationError"
}
+12
View File
@@ -945,6 +945,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
"409": {
"$ref": "#/responses/error"
},
"422": {
"$ref": "#/responses/validationError"
}
@@ -1029,6 +1032,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
"409": {
"$ref": "#/responses/error"
},
"422": {
"$ref": "#/responses/validationError"
}
@@ -22273,6 +22279,12 @@
"201": {
"$ref": "#/responses/EmailList"
},
"400": {
"$ref": "#/responses/error"
},
"409": {
"$ref": "#/responses/error"
},
"422": {
"$ref": "#/responses/validationError"
}