Update an account
PATCH /v1/accounts/:account_id
Example:
PATCH /v1/accounts/53e62798632e73ea6461186a HTTP/1.1Host: api.celula.inAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQContent-Type: application/vnd.api+json
{ "data": { "type": "accounts", "id": "53e62798632e73ea6461186a", "attributes": { "church-name": "Novo nome da Igreja", "settings": { "lang": "en-US" }, "custom-properties": { "people": { "id": { "type": "string" } } } } }}Response:
{ "data": { "type": "accounts", "id": "53e62798632e73ea6461186a", "attributes": { "church-name": "Novo nome da Igreja", "settings": { "lang": "en-US" }, "custom-properties": { "people": { "id": { "type": "string" } } } } }}