Backend_CronjobUpdate

struct

Payload for updating an existing cronjob

Property Type Description
INHERITED FROM Backend_Cronjob
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
name String Unique name of the object
cron String The cron expression i.e. */5 * * * * for every 5 minutes
action String The target action which gets invoked
executeDate DateTime The last execution date
exitCode Integer The last exit code
metadata Common_Metadata Use this parameter to attach key-value data
errors Contains an array of errors in case the cronjob has failed
part of the Apioo-Project