summaryrefslogtreecommitdiffstats
path: root/doc/api/file.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/file.md')
-rw-r--r--doc/api/file.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/file.md b/doc/api/file.md
index 74120450b..c461caf01 100644
--- a/doc/api/file.md
+++ b/doc/api/file.md
@@ -125,8 +125,8 @@ multipaste_item = {
// Success response
responseSuccess.data = {
- "items": [item.id: item, ...],
- "multipaste_items": [multipaste_item.url_id: multipaste_item, ...],
+ "items": {item.id: item, ...},
+ "multipaste_items": {multipaste_item.url_id: multipaste_item, ...},
"total_size": int, // total size of all files (excluding duplicates)
}
```
@@ -187,6 +187,7 @@ Example:
| ------- | ------ |
| 2.0.0 | Add ''multipaste_item.date''. Remove ''multipaste_item.{multipaste_id,user_id}''. |
| 2.1.0 | Add ''item.thumbnail'' |
+| 2.1.1 | Empty objects (values of `items` and `multipaste_items`) are now always returned as {}. Before they were returned as [] |
## file/delete