Skip to main content
POST
python

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-notte-request-origin
string | null
x-notte-sdk-version
string | null

Path Parameters

function_id
string
required

Body

application/json
cron
string
required

AWS EventBridge schedule expression. Six space-separated fields, minutes first: minutes hours day-of-month month day-of-week year. This is neither five-field Unix crontab nor the seconds-first six-field dialect used by Quartz and cron-parser. Exactly one of day-of-month and day-of-week must be ?, the other must be a real value. Schedules fire in UTC. Example: 0 12 ? * * * runs daily at noon UTC. rate(...) expressions such as rate(1 hour) are accepted too.

variables
Variables · object | null
required

Values passed to the function on every scheduled run. Must supply every function variable that has no default, and no names the function does not declare.

Response

Successful Response

status
string
required