Skip to main content
PATCH
Update a recurring template's status or schedule

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Path Parameters

template_id
string
required

Body

application/json
customer_id
string

Target company. Optional for API keys.

name
string
status
enum<string>
Available options:
active,
paused,
archived
cadence_months
integer

Count of cadence steps between issues.

cadence_unit
enum<string>

What the count counts. Defaults to month.

Available options:
week,
month
next_issue_date
string

Next issue date, YYYY-MM-DD.

Response

Updated template.

The response is of type object.