Add more descriptions
This commit is contained in:
parent
9ded5dbbb3
commit
884703fd6c
10 changed files with 43 additions and 0 deletions
|
@ -8,6 +8,8 @@ menu:
|
|||
|
||||
## GET /api/v1/timelines/home
|
||||
|
||||
Statuses from accounts the user follows.
|
||||
|
||||
Returns array of [Status]({{< relref "entities.md#status" >}})
|
||||
|
||||
### Resource information
|
||||
|
@ -28,6 +30,8 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
## GET /api/v1/timelines/public
|
||||
|
||||
Public statuses known to the server.
|
||||
|
||||
Returns array of [Status]({{< relref "entities.md#status" >}})
|
||||
|
||||
### Resource information
|
||||
|
@ -50,6 +54,8 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
## GET /api/v1/timelines/tag/:hashtag
|
||||
|
||||
Public statuses known to the server marked with a given hashtag.
|
||||
|
||||
Returns array of [Status]({{< relref "entities.md#status" >}})
|
||||
|
||||
### Resource information
|
||||
|
@ -72,6 +78,8 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
## GET /api/v1/timelines/list/:list_id
|
||||
|
||||
Statuses from accounts on a given list.
|
||||
|
||||
Returns array of [Status]({{< relref "entities.md#status" >}})
|
||||
|
||||
### Resource information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue