create_validate_cron
Validate a cron expression using Audiobookshelf's API. Send the required payload to verify a cron schedule's validity and receive the validation result.
Instructions
Create or act on api validate-cron.
POST /api/validate-cron
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |