Docupilot · Schema

ForbiddenError

ForbiddenError schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
detail string
View JSON Schema on GitHub

JSON Schema

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