---
title: "PATCH /api/v1/admin/affiliation/landing-designs/{id}"
method: PATCH
path: "/api/v1/admin/affiliation/landing-designs/{id}"
tags: ["Affiliation administration"]
---

# PATCH /api/v1/admin/affiliation/landing-designs/{id}

`PATCH /api/v1/admin/affiliation/landing-designs/{id}`

## Path parameters

- `id` integer, required

## Cookies

- `billing_session` string

## Request body

- object
  - `affiliateUserIds` integer[], required
  - `name` string, required
  - `offerTypeId` integer, nullable, required

## Response `200`

The editable design fields and Affiliate assignments were replaced atomically.

- object
  - `id` integer, required
  - `status` 'active' | 'disabled', required

## Other responses

- `400` — The requested design values are invalid.
- `401` — No valid Admin session exists.
- `403` — The request did not originate from this portal.
- `404` — The Landing Design, Offer Type, or Affiliate was not found.
- `409` — An active Funnel or Offer prevents the requested change.

---

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