Skip to main content
POST
Change many schedules

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Body

application/json
action
enum<string>
required

set_status sets one status on them all. update sets up to three fields on them all. delete deletes them.

Available options:
set_status,
update,
delete
value
string

The status, for set_status.

patch
object

The fields to set, for update. Only these three.

ids
string[]

The schedules to change, at most 200. Send this or filter, not both.

filter
string

A query string in the form List schedules takes, such as status=draft&from=2026-10-01. Send this or ids, not both.

Response

What changed.

updated
integer
required

How many schedules changed.

action
string
required
unchanged
integer

How many already had the value. Not sent for delete.

value
string