diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-09 19:54:19 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-09 19:54:19 +0700 |
commit | 44a1e6948488d9a96ed684f0a7855fe2fce02ed4 (patch) | |
tree | 387d8fae2954f5674211d5ebf3e35b5336995a3a /test/web/common_api | |
parent | 1b06e6fdf3d879422d6cb0fe57cfcef223b54196 (diff) | |
download | pleroma-44a1e6948488d9a96ed684f0a7855fe2fce02ed4.tar.gz |
Add Twitter API for the pinned statuses
```
# Only return statuses that have been pinned
GET /api/statuses/user_timeline.json?pinned=true
# Pin
POST /api/statuses/pin/:id
# Unpin
POST /api/statuses/unpin/:id
```
Diffstat (limited to 'test/web/common_api')
0 files changed, 0 insertions, 0 deletions