design.rollback

Point the live site back at an earlier version (creates a new version entry; the draft is untouched).

Payload

fieldtyperequirednotes
toSeqinteger (1..9007199254740991)yes
labelstring (≤120 chars)no

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "toSeq": {
      "type": "integer",
      "minimum": 1,
      "maximum": 9007199254740991
    },
    "label": {
      "type": "string",
      "maxLength": 120
    }
  },
  "required": [
    "toSeq"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/commands/design.rollback.md