diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-27 19:32:43 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-04 07:58:15 +0200 |
commit | c7cc874a5e2ee62043d75faa98c9897625c1837a (patch) | |
tree | f4312032d42dfba7a55435591f195128d21636ba /doc/api.md | |
parent | d0a8590b4db805327987462926a8a5da25a3ab19 (diff) |
doc/api.md: Add overview of API versions
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md index b731c7e32..adeafa596 100644 --- a/doc/api.md +++ b/doc/api.md @@ -141,3 +141,16 @@ These are the most common errors that can be returned by any API call. | user/api-login-failed | API key login failed | | | api/insufficient-permissions | Access denied: Access level too low | | | api/not-authenticated | Not authenticated | Likely no apikey was sent | + +## Overview over API versions + +| Version | Endpoint | Note | +| ------- | -------- | ---- | +| 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 | +| 1.4.0 | file/get_config | Add data.{max_input_vars,request_max_size} | +| 1.3.0 | file/create_multipaste | Allow multipaste creation for basic access level | +| 1.2.0 | user/delete_apikeys | Add this endpoint | +| 1.1.0 | file/create_multipaste | Add url key to response | +| 1.0.0 | * | Initial API version | |