---
title: "Update a landing"
method: PATCH
path: "/api/v1/landing"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Update a landing

`PATCH /api/v1/landing`

Update specific fields of an existing landing.

## Query parameters

- `landing_id` string, uuid, required

## Request body

- UpdateLandingDTO
  - `name` string, nullable
  - `templateId` string, uuid, nullable
  - `data` object, nullable
  - `defaultLanguage` string, nullable — Default language code
  - `comment` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
