mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 08:23:14 +00:00
d4fe6cd2bf
* Allow users to update their Account in the API It would be nice for API clients to be able to allow users to update their accounts without having to wrap Mastodon in a web view. This patch adds an API endpoint to let users submit a PATCH for their account. Signed-off-by: David Celis <me@davidcel.is> * Add /api/v1/accounts/update_credentials to the API docs Signed-off-by: David Celis <me@davidcel.is> |
||
---|---|---|
.. | ||
Contributing-to-Mastodon | ||
Running-Mastodon | ||
Using-Mastodon | ||
Using-the-API | ||
Extensions.md | ||
README.md | ||
Specs-and-RFCs-used.md |
Index
Mastodon is a free, open-source GNU social-compatible social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.
Using Mastodon
Using the API
- API documentation
- Streaming API documentation
- Testing the API with cURL
- OAuth details
- Tips for app developers
- Push notifications
Running Mastodon
- Production guide
- Alternative: Running on Heroku
- Development guide
- Alternative: Development with Vagrant
- Administration guide
- Tuning Mastodon