mastodon/spec/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_spec.rb Allow users to update their Account in the API (#1179) 2017-04-09 18:33:40 +02:00
apps_controller_spec.rb
blocks_controller_spec.rb Add API for retrieving blocked accounts 2016-12-29 20:12:32 +01:00
favourites_controller_spec.rb Add API for retrieving favourites 2016-12-29 20:33:26 +01:00
follow_requests_controller_spec.rb Adding follow requests API 2016-12-26 19:30:45 +01:00
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 2017-02-11 14:25:01 +01:00
media_controller_spec.rb
mutes_controller_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
notifications_controller_spec.rb
statuses_controller_spec.rb Fix tests, add applications to eager loading/cache for statuses, fix 2017-01-15 14:01:33 +01:00
timelines_controller_spec.rb Cleaning up format of broadcast real-time messages, removing 2017-02-02 00:03:31 +01:00