Endpoint
PATCH https://api.apifycloud.io/api/v1/video/{appId}/scheduled-calls/{id}
Authentication
Bearer token required. Scope:scheduling:write
Path parameters
appId(UUID, required)id(UUID, required) — the scheduled call id
Request body
All fields optional; at least one must be present.
Each mutation emits its own event so the call timeline narrates what changed.
Recurring series: this endpoint operates on a single instance in v1. Bulk edits require iteration.
Response
Errors
400 invalid_requestno editable fields provided or payload invalid403 forbiddenunauthorized for app or missing scope404 not_foundcall does not belong to this app409 conflictnew slot unavailable, or call is already in a final state (cancelled/completed/no_show)429 rate_limit_exceeded500 server_error