diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-10-07 14:07:24 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-10-07 14:07:51 +0200 |
commit | f02b4e34713b30e5bcf127f9fa040a2d7832afc1 (patch) | |
tree | f4f15e3492fa860bec8b676e2b5ea52279113823 /doc/api.md | |
parent | 3122bc42eb59b005bc5e5036480e1116c0b59a49 (diff) |
API: Update API version to 2.2.0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.md b/doc/api.md index 30dfc77fb..3484acd2b 100644 --- a/doc/api.md +++ b/doc/api.md @@ -147,8 +147,8 @@ These are the most common errors that can be returned by any API call. | Version | Endpoint | Note | | ------- | -------- | ---- | -| NEXT | file/create_multipaste | Add paramter ''minimum-id-length'' to control the length of generated content id | -| NEXT | file/upload | Add parameter ''minimum-id-length'' to control the length of generated content id | +| 2.2.0 | file/create_multipaste | Add paramter ''minimum-id-length'' to control the length of generated content id | +| 2.2.0 | file/upload | Add parameter ''minimum-id-length'' to control the length of generated content id | | 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'' | |