Update Account

put/account

Updates the properties and settings of your Account. Currently only allows for updates to the Callback URL and locale.

Securityapi_key or oauth2
Request
Request Body schema: application/json
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.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{}
Response samples
application/json
{
  • "account": {
    }
}