aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2025-01-10 11:57:08 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2025-01-22 16:29:36 +0000
commit2c13259093480400d4d2c41a4f458c891e600868 (patch)
treee9a1e3b17b7d503b6a185a3f7ca73ad4bd70bd33 /apps/files
parent7d8bb60bfe3b310b3c9909128a441a8336b638c8 (diff)
downloadnextcloud-server-2c13259093480400d4d2c41a4f458c891e600868.tar.gz
nextcloud-server-2c13259093480400d4d2c41a4f458c891e600868.zip
feat(files): add mime icon endpoint
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/openapi.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json
index ddf3535c55f..c7f0e53d821 100644
--- a/apps/files/openapi.json
+++ b/apps/files/openapi.json
@@ -2330,11 +2330,16 @@
"data": {
"type": "object",
"required": [
- "path"
+ "path",
+ "fileId"
],
"properties": {
"path": {
"type": "string"
+ },
+ "fileId": {
+ "type": "integer",
+ "format": "int64"
}
}
}