You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api
David Celis d4fe6cd2bf Allow users to update their Account in the API (#1179)
* 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>
8 years ago
..
v1 Allow users to update their Account in the API (#1179) 8 years ago
web Home column filters 8 years ago
oembed_controller.rb Fix inflection 8 years ago
push_controller.rb Adding embedded PuSH server 8 years ago
salmon_controller.rb Move Salmon processing to background as well as PuSH 8 years ago
subscriptions_controller.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago