Docupilot · Schema

OrganizationSubdomainChangeResponse

OrganizationSubdomainChangeResponse schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
new_url string
View JSON Schema on GitHub

JSON Schema

accounts-OrganizationSubdomainChangeResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrganizationSubdomainChangeResponse",
  "description": "OrganizationSubdomainChangeResponse schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "new_url": {
      "type": "string"
    }
  },
  "required": [
    "new_url"
  ]
}