---
title: "Update Deck"
method: PATCH
path: "/api/deck-admin/decks/{deck_id}"
---

# Update Deck

`PATCH /api/deck-admin/decks/{deck_id}`

## Path parameters

- `deck_id` string, required

## Headers

- `authorization` string

## Request body

- DeckUpdate
  - `title` string, nullable
  - `legacy_prefix` string, nullable
  - `legacy_enabled` boolean, nullable
  - `legacy_cookie_enabled` boolean, nullable
  - `notify_on_open` boolean, nullable
  - `nda_enabled` boolean, nullable
  - `watermark_default` object, nullable
  - `archived_at` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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