PandaDoc · Schema

WorkspaceCreateRequest

Request body for creating a workspace.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
name string Display name for the new workspace.
View JSON Schema on GitHub

JSON Schema

pandadoc-workspacecreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceCreateRequest",
  "title": "WorkspaceCreateRequest",
  "type": "object",
  "description": "Request body for creating a workspace.",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the new workspace."
    }
  }
}