docs: put more whitespaces
This commit is contained in:
parent
c1198e3420
commit
587b5e4c22
1 changed files with 63 additions and 63 deletions
|
@ -12,46 +12,46 @@ Breaking changes are indicated by the :warning: icon.
|
||||||
|
|
||||||
<summary>Available endpoints (under <code>https://instance-domain/api/</code>)</summary>
|
<summary>Available endpoints (under <code>https://instance-domain/api/</code>)</summary>
|
||||||
|
|
||||||
- `POST oauth/token`
|
- `POST oauth/token`
|
||||||
- `POST oauth/revoke`
|
- `POST oauth/revoke`
|
||||||
- `POST v1/apps`
|
- `POST v1/apps`
|
||||||
- `GET v1/apps/verify_credentials`
|
- `GET v1/apps/verify_credentials`
|
||||||
- `POST v1/firefish/apps/info` (Firefish extension, uses MiAuth)
|
- `POST v1/firefish/apps/info` (Firefish extension, uses MiAuth)
|
||||||
- `POST v1/firefish/auth/code` (Firefish extension, uses MiAuth)
|
- `POST v1/firefish/auth/code` (Firefish extension, uses MiAuth)
|
||||||
|
|
||||||
- `GET v1/accounts/verify_credentials`
|
- `GET v1/accounts/verify_credentials`
|
||||||
- `PATCH v1/accounts/update_credentials`
|
- `PATCH v1/accounts/update_credentials`
|
||||||
- `GET v1/accounts/lookup`
|
- `GET v1/accounts/lookup`
|
||||||
- `GET v1/accounts/relationships`
|
- `GET v1/accounts/relationships`
|
||||||
- `GET v1/accounts/search`
|
- `GET v1/accounts/search`
|
||||||
- `GET v1/accounts/:id`
|
- `GET v1/accounts/:id`
|
||||||
- `GET v1/accounts/:id/statuses`
|
- `GET v1/accounts/:id/statuses`
|
||||||
- `GET v1/accounts/:id/featured_tags`
|
- `GET v1/accounts/:id/featured_tags`
|
||||||
- `GET v1/accounts/:id/followers`
|
- `GET v1/accounts/:id/followers`
|
||||||
- `GET v1/accounts/:id/following`
|
- `GET v1/accounts/:id/following`
|
||||||
- `GET v1/accounts/:id/lists`
|
- `GET v1/accounts/:id/lists`
|
||||||
- `POST v1/accounts/:id/follow`
|
- `POST v1/accounts/:id/follow`
|
||||||
- `POST v1/accounts/:id/unfollow`
|
- `POST v1/accounts/:id/unfollow`
|
||||||
- `POST v1/accounts/:id/block`
|
- `POST v1/accounts/:id/block`
|
||||||
- `POST v1/accounts/:id/unblock`
|
- `POST v1/accounts/:id/unblock`
|
||||||
- `POST v1/accounts/:id/mute`
|
- `POST v1/accounts/:id/mute`
|
||||||
- `POST v1/accounts/:id/unmute`
|
- `POST v1/accounts/:id/unmute`
|
||||||
|
|
||||||
- `GET v1/featured_tags` (returns an empty list)
|
- `GET v1/featured_tags` (returns an empty list)
|
||||||
- `GET v1/followed_tags` (returns an empty list)
|
- `GET v1/followed_tags` (returns an empty list)
|
||||||
- `GET v1/bookmarks`
|
- `GET v1/bookmarks`
|
||||||
- `GET v1/favourites`
|
- `GET v1/favourites`
|
||||||
|
|
||||||
- `GET v1/mutes`
|
- `GET v1/mutes`
|
||||||
- `GET v1/blocks`
|
- `GET v1/blocks`
|
||||||
- `GET v1/follow_requests`
|
- `GET v1/follow_requests`
|
||||||
- `POST v1/follow_requests/:id/authorize`
|
- `POST v1/follow_requests/:id/authorize`
|
||||||
- `POST v1/follow_requests/:id/reject`
|
- `POST v1/follow_requests/:id/reject`
|
||||||
|
|
||||||
- `GET v1/filters`
|
- `GET v1/filters`
|
||||||
- `POST v1/filters`
|
- `POST v1/filters`
|
||||||
- `GET v2/filters`
|
- `GET v2/filters`
|
||||||
- `POST v2/filters`
|
- `POST v2/filters`
|
||||||
|
|
||||||
- `GET v1/lists`
|
- `GET v1/lists`
|
||||||
- `POST v1/lists`
|
- `POST v1/lists`
|
||||||
|
@ -62,22 +62,22 @@ Breaking changes are indicated by the :warning: icon.
|
||||||
- `POST v1/lists/:id/accounts`
|
- `POST v1/lists/:id/accounts`
|
||||||
- `DELETE v1/lists/:id/accounts`
|
- `DELETE v1/lists/:id/accounts`
|
||||||
|
|
||||||
- `GET v1/media/:id`
|
- `GET v1/media/:id`
|
||||||
- `PUT v1/media/:id`
|
- `PUT v1/media/:id`
|
||||||
- `POST v1/media`
|
- `POST v1/media`
|
||||||
- `POST v2/media`
|
- `POST v2/media`
|
||||||
|
|
||||||
- `GET v1/custom_emojis`
|
- `GET v1/custom_emojis`
|
||||||
- `GET v1/instance`
|
- `GET v1/instance`
|
||||||
- `GET v2/instance`
|
- `GET v2/instance`
|
||||||
- `GET v1/announcements`
|
- `GET v1/announcements`
|
||||||
- `POST v1/announcements/:id/dismiss`
|
- `POST v1/announcements/:id/dismiss`
|
||||||
- `GET v1/trends` (pagination is unimplemented)
|
- `GET v1/trends` (pagination is unimplemented)
|
||||||
- `GET v1/trends/tags` (pagination is unimplemented)
|
- `GET v1/trends/tags` (pagination is unimplemented)
|
||||||
- `GET v1/trends/statuses`
|
- `GET v1/trends/statuses`
|
||||||
- `GET v1/trends/links` (returns an empty list)
|
- `GET v1/trends/links` (returns an empty list)
|
||||||
- `GET v1/preferences`
|
- `GET v1/preferences`
|
||||||
- `GET v2/suggestions`
|
- `GET v2/suggestions`
|
||||||
|
|
||||||
- `GET v1/notifications`
|
- `GET v1/notifications`
|
||||||
- `GET v1/notifications/:id`
|
- `GET v1/notifications/:id`
|
||||||
|
@ -88,8 +88,8 @@ Breaking changes are indicated by the :warning: icon.
|
||||||
- `POST v1/push/subscription`
|
- `POST v1/push/subscription`
|
||||||
- `DELETE v1/push/subscription`
|
- `DELETE v1/push/subscription`
|
||||||
|
|
||||||
- `GET v1/search`
|
- `GET v1/search`
|
||||||
- `GET v2/search`
|
- `GET v2/search`
|
||||||
|
|
||||||
- `POST v1/statuses`
|
- `POST v1/statuses`
|
||||||
- `PUT v1/statuses/:id`
|
- `PUT v1/statuses/:id`
|
||||||
|
@ -112,22 +112,22 @@ Breaking changes are indicated by the :warning: icon.
|
||||||
- `POST v1/statuses/:id/unreact/:name`
|
- `POST v1/statuses/:id/unreact/:name`
|
||||||
- `POST v1/statuses/:id/translate`
|
- `POST v1/statuses/:id/translate`
|
||||||
|
|
||||||
- `GET v1/polls/:id`
|
- `GET v1/polls/:id`
|
||||||
- `POST v1/polls/:id/votes`
|
- `POST v1/polls/:id/votes`
|
||||||
|
|
||||||
- `GET v1/scheduled_statuses`
|
- `GET v1/scheduled_statuses`
|
||||||
- `GET v1/scheduled_statuses/:id` (reschedule (`PUT` method) is unimplemented)
|
- `GET v1/scheduled_statuses/:id` (reschedule (`PUT` method) is unimplemented)
|
||||||
- `DELETE v1/scheduled_statuses/:id`
|
- `DELETE v1/scheduled_statuses/:id`
|
||||||
|
|
||||||
- `GET v1/streaming/health`
|
- `GET v1/streaming/health`
|
||||||
|
|
||||||
- `GET v1/timelines/public`
|
- `GET v1/timelines/public`
|
||||||
- `GET v1/timelines/tag/:hashtag`
|
- `GET v1/timelines/tag/:hashtag`
|
||||||
- `GET v1/timelines/home`
|
- `GET v1/timelines/home`
|
||||||
- `GET v1/timelines/list/:listId`
|
- `GET v1/timelines/list/:listId`
|
||||||
- `GET v1/conversations`
|
- `GET v1/conversations`
|
||||||
- `GET v1/markers`
|
- `GET v1/markers`
|
||||||
- `POST v1/markers`
|
- `POST v1/markers`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue