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",