From 0fd56d83e169275a196140b203708c0e53debec6 Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 28 Jul 2020 20:01:30 +0200 Subject: [PATCH] Document removal of unversioned API endpoints --- docs/content/api-documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/api-documentation.md b/docs/content/api-documentation.md index 5308e55e..54179ec6 100644 --- a/docs/content/api-documentation.md +++ b/docs/content/api-documentation.md @@ -519,6 +519,8 @@ The returned system and member's privacy settings will be respected, and as such ``` ## Version history +* 2020-07-28 + * The unversioned API endpoints have been removed. * 2020-06-17 (v1.1) * The API now has values for granular member privacy. The new fields are as follows: `visibility`, `name_privacy`, `description_privacy`, `avatar_privacy`, `birthday_privacy`, `pronoun_privacy`, `metadata_privacy`. All are strings and accept the values of `public`, `private` and `null`. * The `privacy` field has now been deprecated and should not be used. It's still returned (mirroring the `visibility` field), and writing to it will write to *all privacy options*.