Skip to content

Update a skip reason

PUT
/api/subscriptions/skip-reasons/{id}

Updates label, description, active state, or position of an existing skip reason.

id
string
object
label
string
>= 1 characters <= 255 characters
description
string
nullable <= 1000 characters
is_active
boolean
position
number

Updated skip reason

object
data
required
object
id
required
string
created_at
string
nullable
updated_at
string
nullable
is_active
required
boolean
account_id
required
string
description
string
nullable
position
required
number
label
required
string