Skip to main content
POST
Create Project Schedule

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Minimum string length: 1

Body

application/json
name
string
required
Required string length: 1 - 255
target
object
required
schedule
string
required
Required string length: 1 - 255
timezone
string
Required string length: 1 - 128
runtime_target_kind
enum<string>
Available options:
main_branch,
environment,
preview_branch
runtime_target_environment_id
string<uuid> | null
runtime_target_branch_id
string<uuid> | null
config
object
timeout_seconds
integer
Required range: x > 0
backoff_limit
integer
Required range: x >= 0
concurrency_policy
enum<string>
Available options:
Allow,
Forbid,
Replace
max_runs
integer | null
Required range: x > 0

Response

Created schedule

schedule
object
required