Skip to main content
PATCH
Set Task Type State

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

category
string
required
task_type
string
required

Body

application/json

Change state of a single task type override (category, task_type).

state=live deletes any existing override so "missing row ≡ live" invariant is preserved.

state
enum<string>
required
Available options:
draft,
coming_soon,
beta,
live,
hidden
note
string | null
Maximum string length: 500

Response

Successful Response