Skip to main content
POST
Repair campaign history

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required

League whose campaign history should be repaired.

Pattern: ^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Body

application/json
dry_run
boolean
default:true

Preview repairs without changing campaign history.

old_width
integer | null

Original board width when it cannot be recovered from history.

old_height
integer | null

Original board height when it cannot be recovered from history.

old_shape
enum<string> | null

Original board geometry when it cannot be recovered from history.

Available options:
square,
hex
allow_geometry_override
boolean
default:false

Allow declared geometry to override conflicting migration evidence.

Response

Successful Response

The response is of type Response Repair Campaign History V2 Leagues League Id Campaign Repair History Post · object.