From c7cc874a5e2ee62043d75faa98c9897625c1837a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 27 Jun 2016 19:32:43 +0200 Subject: doc/api.md: Add overview of API versions Signed-off-by: Florian Pritz --- doc/api.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') 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 | -- cgit v1.2.3-24-g4f1b