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/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>
8 years ago
..
accounts_controller_spec.rb Allow users to update their Account in the API (#1179) 8 years ago
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 9 years ago
blocks_controller_spec.rb Add API for retrieving blocked accounts 8 years ago
favourites_controller_spec.rb Add API for retrieving favourites 8 years ago
follow_requests_controller_spec.rb Adding follow requests API 8 years ago
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 8 years ago
media_controller_spec.rb Fix #52 - Add API versioning (v1) 9 years ago
mutes_controller_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 8 years ago
notifications_controller_spec.rb Add suspend account functionality to admin UI 9 years ago
statuses_controller_spec.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
timelines_controller_spec.rb Cleaning up format of broadcast real-time messages, removing 8 years ago