design.migrate

Republish the live version with its body migrated to the current bundle schema (new Sürümler entry; no content change). No-op when already current.

Payload

fieldtyperequirednotes
labelstring (≤120 chars)no

JSON Schema

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