Skip to main content
PUT
Update ScheduledJobSchedule

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

A scheduled job schedule defines when a scheduled job should run (cron expression).

changeSequence
integer<int32>
createdOn
string<date-time>
cronExpression
string
id
string
lastEvent
string<date-time> | null
nextEvent
string<date-time> | null
type
string
updatedOn
string<date-time>
uuid
string

Response

Updated ScheduledJobSchedule

A scheduled job schedule defines when a scheduled job should run (cron expression).

changeSequence
integer<int32>
createdOn
string<date-time>
cronExpression
string
id
string
lastEvent
string<date-time> | null
nextEvent
string<date-time> | null
type
string
updatedOn
string<date-time>
uuid
string