From d7c6465b220791c9fd056021d65fb188e1e1967f Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Mon, 3 Aug 2026 23:16:39 +0000 Subject: [PATCH] Update swagger-latest.json (#487) Automated update of static/swagger-latest.json from the gitea main branch, opened by the "update swagger files" scheduled workflow. --------- Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/487 Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com> Co-authored-by: Gitea Bot --- static/swagger-latest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/swagger-latest.json b/static/swagger-latest.json index 6fa93e62..f4e4ae05 100644 --- a/static/swagger-latest.json +++ b/static/swagger-latest.json @@ -23998,6 +23998,11 @@ "format": "int64", "x-go-name": "LfsSize" }, + "mode": { + "description": "`mode` is the Git file mode as an octal string, e.g. `100644` (regular), `100755` (executable), `120000` (symlink), `160000` (submodule)", + "type": "string", + "x-go-name": "Mode" + }, "name": { "description": "Name is the file or directory name", "type": "string",