design.draftFromTemplate

Instantiate a starter template as the draft.

Machine-readable body schema: /schemas/routes/design.draftFromTemplate.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "template": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    }
  },
  "required": [
    "template"
  ]
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/design.draftFromTemplate.md