Add description to v1/markers (#1459)
This commit is contained in:
parent
58deaeb0b5
commit
662543d692
1 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,8 @@ aliases: [
|
|||
GET /api/v1/markers HTTP/1.1
|
||||
```
|
||||
|
||||
Get current positions in timelines.
|
||||
|
||||
**Returns:** Hash of timeline key and associated [Marker]({{< relref "entities/Marker" >}})\
|
||||
**OAuth:** User token + `read:statuses`\
|
||||
**Version history:**\
|
||||
|
@ -79,6 +81,8 @@ Invalid or missing Authorization header.
|
|||
POST /api/v1/markers HTTP/1.1
|
||||
```
|
||||
|
||||
Save current position in timeline.
|
||||
|
||||
**Returns:** [Marker]({{< relref "entities/marker" >}})\
|
||||
**OAuth:** User token + `write:statuses`\
|
||||
**Version history:**\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue