From 1e1f2acdc399e4c1fd3e1c23f5f43ea3d2a30242 Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 2 Nov 2019 22:37:56 +0100 Subject: [PATCH] Document latest API changes --- docs/3-api-documentation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/3-api-documentation.md b/docs/3-api-documentation.md index a25a0342..cab80bfa 100644 --- a/docs/3-api-documentation.md +++ b/docs/3-api-documentation.md @@ -407,9 +407,13 @@ Looks up a proxied message by its message ID. Returns `404 Not Found` if the mes ``` ## Version history +* 2019-10-31 + * Added `proxy_tags` field to members + * Added `keep_proxy` field to members + * Deprecated `prefix` and `suffix` member fields, will be removed at some point (tm) * 2019-07-17 - * Add endpoint for querying system by account - * Add endpoint for querying message contents + * Added endpoint for querying system by account + * Added endpoint for querying message contents * 2019-07-10 **(v1)** * First specified version * (prehistory)