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
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
..
controllers Allow users to update their Account in the API (#1179) 8 years ago
fabricators Add specs for PostStatusService 8 years ago
fixtures Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places 8 years ago
helpers Helper cleanup (#1348) 8 years ago
javascript Remove broken test 8 years ago
lib Fix #555 - Use a better URL parser 8 years ago
mailers Add digest e-mails 8 years ago
models Search cleanup (#1333) 8 years ago
presenters Clean up about page (#1282) 8 years ago
requests Ignore implied formats for catch all route requests (#1340) 8 years ago
services Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 8 years ago
support/matchers/model add more tests to models 8 years ago
i18n_spec.rb Improve docs 8 years ago
rails_helper.rb add more tests to models 8 years ago
spec_helper.rb Fix tests 8 years ago