Dropbox · Schema

ApiAppUpdateRequest

Documents

Properties

Name Type Description
callback_url string _t__ApiAppUpdate::CALLBACK_URL
custom_logo_file string _t__ApiAppUpdate::CUSTOM_LOGO_FILE
domains array _t__ApiAppUpdate::DOMAINS
name string _t__ApiAppUpdate::NAME
oauth object
options object
white_labeling_options object
View JSON Schema on GitHub

JSON Schema

dropbox-apiappupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiAppUpdateRequest",
  "title": "ApiAppUpdateRequest",
  "properties": {
    "callback_url": {
      "description": "_t__ApiAppUpdate::CALLBACK_URL",
      "type": "string"
    },
    "custom_logo_file": {
      "description": "_t__ApiAppUpdate::CUSTOM_LOGO_FILE",
      "type": "string",
      "format": "binary"
    },
    "domains": {
      "description": "_t__ApiAppUpdate::DOMAINS",
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 2
    },
    "name": {
      "description": "_t__ApiAppUpdate::NAME",
      "type": "string"
    },
    "oauth": {
      "$ref": "#/components/schemas/SubOAuth"
    },
    "options": {
      "$ref": "#/components/schemas/SubOptions"
    },
    "white_labeling_options": {
      "$ref": "#/components/schemas/SubWhiteLabelingOptions"
    }
  },
  "type": "object"
}