summaryrefslogtreecommitdiffstats
path: root/doc/api.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-07-04 11:59:23 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-07-04 12:10:49 +0200
commit5a94df2221664f88fd3c8fc07e068fc2ce52118d (patch)
tree30958cf6e2a6f379aaefeee9b3413120e2679a4b /doc/api.md
parent56f176309428541e6868cb9c4a89f51f5cbdd2f8 (diff)
API: Fix return type of empty values in file/delete
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc/api.md')
-rw-r--r--doc/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md
index cbdc5bbb9..aee738c88 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -148,6 +148,7 @@ These are the most common errors that can be returned by any API call.
| Version | Endpoint | Note |
| ------- | -------- | ---- |
| 2.1.1 | file/history | Empty objects (values of `items` and `multipaste_items`) are now always returned as {}. Before they were returned as [] |
+| 2.1.1 | file/delete | Empty objects (values of `errors` and `deleted`) are now always returned as {}. Before they were returned as [] |
| 2.1.0 | file/history | Add ''item.thumbnail'' |
| 2.0.0 | file/history | Add ''multipaste_item.date'' |
| 2.0.0 | file/history | Remove private fields in response |