From 8afb6ff0f64556f8c5a8b4722f16aa510f42f498 Mon Sep 17 00:00:00 2001 From: Max Merz Date: Sat, 13 Oct 2012 23:12:47 +0200 Subject: [PATCH] Clarify the GET /followers/:id request Clarify what information is available to everyone and what should only be revealed to authorized apps and the user herself. See also issue #120: https://github.com/tent/tent.io/issues/120 --- content/docs/server-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server-protocol.md b/content/docs/server-protocol.md index 8648aa5..7c7eb69 100644 --- a/content/docs/server-protocol.md +++ b/content/docs/server-protocol.md @@ -85,7 +85,7 @@ are signed as well. ## Get Current Following -Some details are available on who is following whom. A server can request information about a specific following, including your own current details, as specified below. Only your apps and the follower herself can see the specific details of their following. +Some details are available on who is following whom. A server can request information about a specific following, including your own current details, as specified below. The `entity` and `id` values are available for everyone; only your apps and the follower herself can see the specific details (`permissions`, `licenses` and `types` values) of their following. ### GET /followers/:id