]> cat aescling's git repositories - mastodon.git/commit
Add `reason` param to `POST /api/v1/accounts` REST API (#12064)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 3 Oct 2019 15:50:59 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 15:50:59 +0000 (17:50 +0200)
commiteb83d6256e6dc5d9c93dcb2b0a55e1061fee735f
tree942872aa35182fb748e40a61173ed708f0a983f1
parent9a1be333b8f2a1bb2a25e77053efa16c3e30f068
Add `reason` param to `POST /api/v1/accounts` REST API (#12064)

For approval-required registrations mode
app/controllers/api/v1/accounts_controller.rb
app/services/app_sign_up_service.rb
spec/services/app_sign_up_service_spec.rb