Docupilot · Schema

UnauthenticatedError

UnauthenticatedError 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-UnauthenticatedError.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnauthenticatedError",
  "description": "UnauthenticatedError schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "detail": {
      "type": "string"
    }
  },
  "required": [
    "detail"
  ]
}