Docupilot · Schema

PatchedUpdateEnvelopeFolderSharing

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
id integer
permission string
View JSON Schema on GitHub

JSON Schema

app-PatchedUpdateEnvelopeFolderSharing.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatchedUpdateEnvelopeFolderSharing",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "permission": {
      "enum": [
        "read",
        "write",
        "manage"
      ],
      "type": "string"
    }
  }
}