Skip to main content
PATCH
Update Cycle

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Body

application/json
name
string | null
Required string length: 1 - 255
duration_type
enum<string> | null
Available options:
daily,
weekly,
biweekly,
monthly,
quarterly,
yearly,
custom
duration_days
integer | null
Required range: 1 <= x <= 366
start_anchor
enum<string> | null
Available options:
today,
monday,
first_of_month,
custom_date
custom_start_date
string<date> | null
timezone
string | null
phases
PhaseConfig · object[] | null
is_active
boolean | null

Response

Successful Response

Full cycle view: cycle definition + loops + signals + active instance.

cycle
StrategyCycleResponse · object
required
loops
WorkLoopResponse · object[]
required
signals
LoopSignalResponse · object[]
required
active_instance
CycleInstanceResponse · object | null
required