From f4ab1088b1cf0a46a4937d81ef5eb638272743e7 Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Tue, 8 Sep 2026 16:25:41 +0000 Subject: [PATCH] Update the latest api documents (#540) 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-540.docs-gitea-com.pages.dev --------- Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/540 Reviewed-by: Lunny Xiao Co-authored-by: Gitea Bot --- static/openapi3-latest.json | 9 +++++++++ static/swagger-latest.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/static/openapi3-latest.json b/static/openapi3-latest.json index e87aaf43..e3376d7f 100644 --- a/static/openapi3-latest.json +++ b/static/openapi3-latest.json @@ -32751,6 +32751,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Replace list of topics for a repository", @@ -32800,6 +32803,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Delete a topic from a repository", @@ -32847,6 +32853,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Add a topic to a repository", diff --git a/static/swagger-latest.json b/static/swagger-latest.json index 1f207409..0b58317b 100644 --- a/static/swagger-latest.json +++ b/static/swagger-latest.json @@ -20099,6 +20099,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } } @@ -20145,6 +20148,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } }, @@ -20189,6 +20195,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } }