---
title: "Move Marketing Presets To Team"
method: PATCH
path: "/marketing-presets/bulk"
tags: ["marketing-presets"]
---

# Move Marketing Presets To Team

`PATCH /marketing-presets/bulk`

Hand several product lines to one marketing team at once.

The same change `PUT /{preset_id}` makes to one, under the same membership
rule, and with the same consequence: an analysis already run with a product
line resolves its name against the live team-scoped list, so moving one
turns those analyses into "Unknown product line" for anyone outside the new
team.

## Request body

- MarketingPresetBulkTeam
  - `preset_ids` string[], required
  - `marketing_team_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
