Replace a drop's content
dropyour_replaceReplace the content of an existing drop — HTML, or a base64 .zip once the app has GRADUATED to tier 4 (ADR-0182). The URL never changes (origin contract): visitors' browser data survives the update. A drop keeps its type: .zip sites are replaced by a .zip, single-file drops by HTML. With an account token, owned drops need no managementToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | The new complete HTML content (single-file drops) | |
| dropId | Yes | ||
| zipBase64 | No | The new .zip archive, base64-encoded — graduated apps only (tier 4) | |
| managementToken | No | The token returned by dropyour_publish — optional for drops owned by your account token |