docs: put more whitespaces

This commit is contained in:
naskya 2024-06-30 12:39:53 +09:00
parent c1198e3420
commit 587b5e4c22
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -12,46 +12,46 @@ Breaking changes are indicated by the :warning: icon.
<summary>Available endpoints (under <code>https://instance-domain/api/</code>)</summary>
- `POST oauth/token`
- `POST oauth/revoke`
- `POST v1/apps`
- `GET v1/apps/verify_credentials`
- `POST v1/firefish/apps/info` (Firefish extension, uses MiAuth)
- `POST v1/firefish/auth/code` (Firefish extension, uses MiAuth)
- `POST oauth/token`
- `POST oauth/revoke`
- `POST v1/apps`
- `GET v1/apps/verify_credentials`
- `POST v1/firefish/apps/info` (Firefish extension, uses MiAuth)
- `POST v1/firefish/auth/code` (Firefish extension, uses MiAuth)
- `GET v1/accounts/verify_credentials`
- `PATCH v1/accounts/update_credentials`
- `GET v1/accounts/lookup`
- `GET v1/accounts/relationships`
- `GET v1/accounts/search`
- `GET v1/accounts/:id`
- `GET v1/accounts/:id/statuses`
- `GET v1/accounts/:id/featured_tags`
- `GET v1/accounts/:id/followers`
- `GET v1/accounts/:id/following`
- `GET v1/accounts/:id/lists`
- `POST v1/accounts/:id/follow`
- `POST v1/accounts/:id/unfollow`
- `POST v1/accounts/:id/block`
- `POST v1/accounts/:id/unblock`
- `POST v1/accounts/:id/mute`
- `POST v1/accounts/:id/unmute`
- `GET v1/accounts/verify_credentials`
- `PATCH v1/accounts/update_credentials`
- `GET v1/accounts/lookup`
- `GET v1/accounts/relationships`
- `GET v1/accounts/search`
- `GET v1/accounts/:id`
- `GET v1/accounts/:id/statuses`
- `GET v1/accounts/:id/featured_tags`
- `GET v1/accounts/:id/followers`
- `GET v1/accounts/:id/following`
- `GET v1/accounts/:id/lists`
- `POST v1/accounts/:id/follow`
- `POST v1/accounts/:id/unfollow`
- `POST v1/accounts/:id/block`
- `POST v1/accounts/:id/unblock`
- `POST v1/accounts/:id/mute`
- `POST v1/accounts/:id/unmute`
- `GET v1/featured_tags` (returns an empty list)
- `GET v1/followed_tags` (returns an empty list)
- `GET v1/bookmarks`
- `GET v1/favourites`
- `GET v1/featured_tags` (returns an empty list)
- `GET v1/followed_tags` (returns an empty list)
- `GET v1/bookmarks`
- `GET v1/favourites`
- `GET v1/mutes`
- `GET v1/blocks`
- `GET v1/follow_requests`
- `POST v1/follow_requests/:id/authorize`
- `POST v1/follow_requests/:id/reject`
- `GET v1/mutes`
- `GET v1/blocks`
- `GET v1/follow_requests`
- `POST v1/follow_requests/:id/authorize`
- `POST v1/follow_requests/:id/reject`
- `GET v1/filters`
- `POST v1/filters`
- `GET v2/filters`
- `POST v2/filters`
- `GET v1/filters`
- `POST v1/filters`
- `GET v2/filters`
- `POST v2/filters`
- `GET v1/lists`
- `POST v1/lists`
@ -62,22 +62,22 @@ Breaking changes are indicated by the :warning: icon.
- `POST v1/lists/:id/accounts`
- `DELETE v1/lists/:id/accounts`
- `GET v1/media/:id`
- `PUT v1/media/:id`
- `POST v1/media`
- `POST v2/media`
- `GET v1/media/:id`
- `PUT v1/media/:id`
- `POST v1/media`
- `POST v2/media`
- `GET v1/custom_emojis`
- `GET v1/instance`
- `GET v2/instance`
- `GET v1/announcements`
- `POST v1/announcements/:id/dismiss`
- `GET v1/trends` (pagination is unimplemented)
- `GET v1/trends/tags` (pagination is unimplemented)
- `GET v1/trends/statuses`
- `GET v1/trends/links` (returns an empty list)
- `GET v1/preferences`
- `GET v2/suggestions`
- `GET v1/custom_emojis`
- `GET v1/instance`
- `GET v2/instance`
- `GET v1/announcements`
- `POST v1/announcements/:id/dismiss`
- `GET v1/trends` (pagination is unimplemented)
- `GET v1/trends/tags` (pagination is unimplemented)
- `GET v1/trends/statuses`
- `GET v1/trends/links` (returns an empty list)
- `GET v1/preferences`
- `GET v2/suggestions`
- `GET v1/notifications`
- `GET v1/notifications/:id`
@ -88,8 +88,8 @@ Breaking changes are indicated by the :warning: icon.
- `POST v1/push/subscription`
- `DELETE v1/push/subscription`
- `GET v1/search`
- `GET v2/search`
- `GET v1/search`
- `GET v2/search`
- `POST v1/statuses`
- `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/translate`
- `GET v1/polls/:id`
- `POST v1/polls/:id/votes`
- `GET v1/polls/:id`
- `POST v1/polls/:id/votes`
- `GET v1/scheduled_statuses`
- `GET v1/scheduled_statuses/:id` (reschedule (`PUT` method) is unimplemented)
- `DELETE v1/scheduled_statuses/:id`
- `GET v1/streaming/health`
- `GET v1/streaming/health`
- `GET v1/timelines/public`
- `GET v1/timelines/tag/:hashtag`
- `GET v1/timelines/home`
- `GET v1/timelines/list/:listId`
- `GET v1/conversations`
- `GET v1/markers`
- `POST v1/markers`
- `GET v1/timelines/public`
- `GET v1/timelines/tag/:hashtag`
- `GET v1/timelines/home`
- `GET v1/timelines/list/:listId`
- `GET v1/conversations`
- `GET v1/markers`
- `POST v1/markers`
</details>