Metadata

- Authentication: The user must be authenticated to perform this action.
- Admin privileges: The user has to have administrative privileges to perform this
    action.

Params

Param name Description
schedule
optional , nil allowed

Validations:

  • Must be a Hash

schedule[name]
required

Name of the template.

Validations:

  • Must be a String

schedule[start_at]
required

The time to start the schedule.

Validations:

  • Must be a String

schedule[stop_at]
required

The time to stop the schedule.

Validations:

  • Must be a String

schedule[active]
optional , nil allowed
true | false

Indicates whether the schedule is active and should be processed.

Validations:

  • Must be a String