Skip to main content
POST
Create a sideboard guide

Authorizations

X-Signature
string
header
required

HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.

X-Partner-Id
string
header
required

Partner identifier slug. Required alongside X-Signature for HMAC auth.

Authorization
string
header
required

User-issued personal access token (format: flx_pat_).

Path Parameters

game
string
required

Body

name
string
required
Required string length: 1 - 255
deck_id
string<uuid>
required
description
string | null
notes
string | null
Maximum string length: 500000
visibility
string[]
Minimum string length: 1
tags
string[]
Required string length: 1 - 50
format
string
Maximum string length: 50
thumbnail
string | null
Maximum string length: 255
youtube_url
string<uri>
Maximum string length: 500
premium
boolean
is_archived
boolean
matchups
object[]
attached_deck_ids
string<uuid>[]

Response

id
string<uuid>
required
read-only
name
string
required
read-only
author
object | null
required
read-only
game
string
required
read-only
visibility
string[]
required
read-only
deck_id
string<uuid>
required
read-only
format
string
required
read-only
views
integer
required
read-only
likes
integer
required
read-only
hasMatchups
boolean
required
read-only
thumbnail
string | null
required
read-only
editedAt
string<date-time>
required
read-only
createdAt
string<date-time>
required
read-only
sourceProvider
string | null
required
read-only
description
string | null
required
read-only
notes
string | null
required
read-only
youtube_url
string<uri> | null
required
read-only
premium
boolean
required
read-only
is_archived
boolean
required
read-only
tags
string[]
required
read-only
matchups
object[]
required
read-only
decks
object[]
required
read-only
attached_deck_ids
string<uuid>[]
required
read-only