cdp_update_schedule
Modify an existing schedule in Acquia CDP by updating its configuration parameters while maintaining workflow associations.
Instructions
Update an existing schedule row (PUT config/schedules/{id}). body is a JSON string of the full schedule body — see cdp_create_schedule for the canonical shape. Pass the same referenceId, entityType, entityId as the original, or the CDP backend will detach the schedule from its workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_id | Yes | ||
| body | Yes | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |