service · inferred from evidence
Knock
A hosted service for managing workflows, schedules, and subscriptions.
- knock.workflows.deleteSchedules throws UnprocessableEntityException: schedule_ids(cast): is invalid
In Knock: This was a library bug: the SDK was not sending `Content-Type: application/json` on these requests, so the API could not cast the `schedule_ids` (or `recipients`) payload. It was fixed by the headers change shipped in @knocklabs/n