Docupilot · Schema

MoveTemplate

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
template_ids array
new_folder_id integer
View JSON Schema on GitHub

JSON Schema

app-MoveTemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MoveTemplate",
  "description": "",
  "type": "object",
  "properties": {
    "template_ids": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "new_folder_id": {
      "type": "integer",
      "nullable": true
    }
  },
  "required": [
    "new_folder_id",
    "template_ids"
  ]
}