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
This commit is contained in:
Max Merz 2012-10-13 23:12:47 +02:00
parent 9dea42d892
commit 8afb6ff0f6

View file

@ -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