Updates the properties and settings of your Account. Currently only allows for updates to the Callback URL and locale.
account_id | string or null The ID of the Account |
callback_url | string The URL that Dropbox Sign should POST events to. |
locale | string The locale used in this Account. Check out the list of supported locales to learn more about the possible values. |
successful operation
failed_operation
{- "account": {
- "account_id": "5008b25c7f67153e57d5a357b1687968068fb465",
- "email_address": "me@dropboxsign.com",
- "is_locked": false,
- "is_paid_hs": true,
- "is_paid_hf": false,
- "quotas": {
- "api_signature_requests_left": 1250,
- "documents_left": null,
- "templates_left": null,
- "sms_signatures_left": 1
}, - "role_code": null,
- "locale": "en-US"
}
}