Add mutes API
This commit is contained in:
parent
fb8ff632ee
commit
ce4e589ee9
3 changed files with 20 additions and 2 deletions
|
@ -5,3 +5,21 @@ menu:
|
||||||
parent: api
|
parent: api
|
||||||
weight: 10
|
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 >}}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue