# `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. - **scope**: `design:write` - **storefront-visible** (bumps the catalog generation): no - **destructive**: no ## Payload | field | type | required | notes | |---|---|---|---| | `label` | string (≤120 chars) | no | | ### JSON Schema ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "label": { "type": "string", "maxLength": 120 } }, "additionalProperties": false } ```