From d17f520a0b39f57d8393d71062d64ce138584676 Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Sun, 23 Aug 2026 12:27:54 +0000 Subject: [PATCH] Update the latest api documents (#523) 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. Preview: https://pr-523.docs-gitea-com.pages.dev Reviewed-on: https://gitea.com/gitea/docs/pulls/523 Reviewed-by: bircni Co-authored-by: Gitea Bot --- static/openapi3-latest.json | 6 ++++++ static/swagger-latest.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/static/openapi3-latest.json b/static/openapi3-latest.json index 1feab8b1..009a8639 100644 --- a/static/openapi3-latest.json +++ b/static/openapi3-latest.json @@ -32319,6 +32319,9 @@ "204": { "$ref": "#/components/responses/empty" }, + "403": { + "$ref": "#/components/responses/forbidden" + }, "404": { "$ref": "#/components/responses/notFound" }, @@ -32416,6 +32419,9 @@ "204": { "$ref": "#/components/responses/empty" }, + "403": { + "$ref": "#/components/responses/forbidden" + }, "404": { "$ref": "#/components/responses/notFound" }, diff --git a/static/swagger-latest.json b/static/swagger-latest.json index 51aa4fb4..be5e3d7f 100644 --- a/static/swagger-latest.json +++ b/static/swagger-latest.json @@ -19773,6 +19773,9 @@ "204": { "$ref": "#/responses/empty" }, + "403": { + "$ref": "#/responses/forbidden" + }, "404": { "$ref": "#/responses/notFound" }, @@ -19820,6 +19823,9 @@ "204": { "$ref": "#/responses/empty" }, + "403": { + "$ref": "#/responses/forbidden" + }, "404": { "$ref": "#/responses/notFound" },