Update content/docs/app-server.md
Add URL Parameters for GET /followings.
This commit is contained in:
parent
9cc8659f94
commit
314bb1451e
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@ Apps can tell a server to follow another entity.
|
|||
|
||||
{create_following example}
|
||||
|
||||
#### URL Parameters
|
||||
|
||||
GET parameters can be used to filter and paginate the returned followings.
|
||||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| `before_id` | Followings before a specific entity identifier. |
|
||||
| `since_id` | Followings since a specific entity identifier. |
|
||||
| `limit` | The number of followings to return (defaults to the maximum of 50). |
|
||||
|
||||
### GET /followings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue