Update a Run schedule rule.

Updates a specific run schedule rule based on the provided rule ID, schedule mode, and schedule. It validates the cron expression and raises an error if it's invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the run schedule rule to show.

Body Params
data
object

A RunScheduleRule resource represents a rule for scheduling runs in a workspace.

Each RunScheduleRule is associated with a workspace and has a schedule and a schedule mode. The schedule is a cron expression that determines when runs should be triggered. The schedule mode determines whether the triggered run is an 'apply' 'destroy' or 'refresh' run.

Responses

404

Run schedule rule not found, or user unauthorized to perform action.

4XX

Client error.

5XX

Server error.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json