# `updates.dismiss` Dismiss a pending update for now (it stays available; the old version keeps rendering). - **method + path**: `POST /v1/updates/{upd}/ertele` - **TR label**: Güncelleme ertelendi - **auth**: authenticated · scope gates: any of `admin` — “Önerileri yalnızca mağaza sahibi onaylayabilir” - **agentPolicy**: `owner` — owner sessions only — never callable by any token and never an MCP tool. - **effects**: `db` - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/updates.dismiss.json](/schemas/routes/updates.dismiss.json). ## Body ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {} } ```