Docupilot · Schema

MFADisable

MFADisable schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
otp integer
View JSON Schema on GitHub

JSON Schema

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