API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/curl/scheduleβ List all scheduled jobs - POST
/api/v1/curl/scheduleβ Create a recurring scheduled job - GET
/api/v1/curl/schedule/{id}β Get schedule details - DELETE
/api/v1/curl/schedule/{id}β Delete a schedule - PATCH
/api/v1/curl/schedule/{id}/toggleβ Enable or disable a schedule
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help