Add mutes API

This commit is contained in:
Eugen Rochko 2018-10-05 01:24:08 +02:00
parent fb8ff632ee
commit ce4e589ee9
3 changed files with 20 additions and 2 deletions

View File

@ -5,3 +5,21 @@ menu:
parent: api
weight: 10
---
## GET /api/v1/mutes
Returns array of [Account]({{< relref "entities.md#account" >}})
### Resource information
{{< api_method_info auth="Yes" user="Yes" scope="read read:mutes follow" version="0.0.0" >}}
### Parameters
|Name|Description|Required|Default|
|----|-----------|:------:|:-----:|
| `limit` | Maximum number of results | Optional | 40 |
### Pagination
{{< api_pagination >}}

View File

@ -1 +1 @@
<p>This API returns Link headers containing links to the next and previous page. However, the links can also be constructed dynamically using query params.</p>
<p>This API returns Link headers containing links to the next and previous page. However, the links can also be constructed dynamically using query params and <code>id</code> values.</p>

View File

@ -1 +1 @@
<p>This API returns Link headers containing links to the next and previous page. Since it is using an internal ID, <strong>it is impossible to dynamically generate query parameters to paginate</strong>. You must rely on the Link header.</p>
<p>This API returns Link headers containing links to the next and previous page. Since it is using an internal ID, <strong>it is not possible to dynamically generate query parameters to paginate</strong>. You must rely on the Link header.</p>