Dropbox · Schema

AccountUpdateRequest

Documents

Properties

Name Type Description
account_id string _t__AccountUpdate::ACCOUNT_ID
callback_url string _t__AccountUpdate::CALLBACK_URL
locale string _t__AccountUpdate::LOCALE
View JSON Schema on GitHub

JSON Schema

dropbox-accountupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountUpdateRequest",
  "title": "AccountUpdateRequest",
  "properties": {
    "account_id": {
      "description": "_t__AccountUpdate::ACCOUNT_ID",
      "type": "string",
      "nullable": true
    },
    "callback_url": {
      "description": "_t__AccountUpdate::CALLBACK_URL",
      "type": "string"
    },
    "locale": {
      "description": "_t__AccountUpdate::LOCALE",
      "type": "string"
    }
  },
  "type": "object"
}