``` # 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 ``` |
||
|---|---|---|
| .. | ||
| activity_view.ex | ||
| notification_view.ex | ||
| user_view.ex | ||
| util_view.ex | ||
``` # 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 ``` |
||
|---|---|---|
| .. | ||
| activity_view.ex | ||
| notification_view.ex | ||
| user_view.ex | ||
| util_view.ex | ||