Skip to main content

Endpoint

Overview

Publishing enables the recurrence scheduler for a template. The request must include both the recurrence schedule configuration and the account iteration mode that should be used by the scheduler.

Request Body

string
required
Template ID to publish.
ScheduleConfig
required
Recurrence schedule definition. Use the ScheduleConfig type exported by the npm package for the exact shape.
AccountIterationConfig | null
required
Scheduler account iteration settings. Pass null when the workflow does not use account iteration.

Response

null
Returns null on success.

TypeScript