mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Adds site metadata access to the API
This commit is contained in:
parent
b505ee3ee2
commit
c00bfd1972
@ -19,6 +19,7 @@ API overview
|
||||
- Who reblogged/favourited a status
|
||||
- Following/unfollowing accounts
|
||||
- Blocking/unblocking accounts
|
||||
- Getting site information
|
||||
- Creating OAuth apps
|
||||
- [Entities](#entities)
|
||||
- Status
|
||||
@ -207,6 +208,13 @@ Returns the updated relationship to the user.
|
||||
|
||||
Returns the updated relationship to the user.
|
||||
|
||||
### Getting site information
|
||||
|
||||
**GET /api/v1/site**
|
||||
|
||||
Returns an object containing the `title`, character limit (`max_chars`), and an object of `links` for the site.
|
||||
Does not require authentication.
|
||||
|
||||
### OAuth apps
|
||||
|
||||
**POST /api/v1/apps**
|
||||
|
Loading…
x
Reference in New Issue
Block a user