mastodon/app/controllers/api/v1
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>
2017-04-09 18:33:40 +02:00
..
accounts_controller.rb Allow users to update their Account in the API (#1179) 2017-04-09 18:33:40 +02:00
apps_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
blocks_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
favourites_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
follow_requests_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
follows_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
instances_controller.rb Fix #525 - Add instance information API 2017-03-15 23:12:48 +01:00
media_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
mutes_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
notifications_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
reports_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
search_controller.rb New API method: /api/v1/search 2017-03-22 02:32:27 +01:00
statuses_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00
timelines_controller.rb Make public timelines API not require user context/app credentials (#1291) 2017-04-08 23:39:31 +02:00