aap_update_schedule
Update an existing AAP schedule by changing its name, recurrence rule, enabled state, or extra variables. Returns the updated schedule ID, name, and next run time.
Instructions
Update an existing AAP schedule (PATCH).
Args: params (UpdateScheduleInput): Fields to update.
Returns: str: JSON with updated schedule id, name, next_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |