diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-03-20 16:36:09 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-03-20 16:36:09 -0700 |
commit | 799347164f176448ad116f4faf9620fd333a407c (patch) | |
tree | b3dc827767f4063f426f9110d5f9cf0f0c9612b9 /apps/files | |
parent | a172a092a1069ecdfe4e40fc34d4a2bfb401a861 (diff) | |
download | nextcloud-server-799347164f176448ad116f4faf9620fd333a407c.tar.gz nextcloud-server-799347164f176448ad116f4faf9620fd333a407c.zip |
chore: Update openapi spec
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/openapi.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json index f9cdb67783d..b2ac9efe6c8 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -151,6 +151,7 @@ "label", "extension", "iconClass", + "iconSvgInline", "mimetypes", "ratio", "actionLabel" @@ -169,6 +170,10 @@ "type": "string", "nullable": true }, + "iconSvgInline": { + "type": "string", + "nullable": true + }, "mimetypes": { "type": "array", "items": { |