Skip to main content
PUT
Update a deck

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Path Parameters

deckId
string<uuid>
required

UUID of the deck

Body

application/json
name
string
description
string | null
type
enum<string>
Available options:
structured,
image-based
isActive
boolean
deckContext
string | null
tags
string[] | null

Replaces the deck's tag list. Pass an empty array or null to clear all tags. Falsy entries are filtered out.

Response

Updated deck

deck
object