# Generate a description of a schedule's recurrence POST /v3/schedules/rule-description Endpoint: POST /v3/schedules/rule-description Security: API_Key ## Request fields (application/json): - `recurrenceRule` (string, required) An RFC-5545 (https://www.rfc-editor.org/rfc/rfc5545#appendix-A) compliant recurrence rule string. ## Response 200 fields (application/json): - `description` (string, required) A description of the schedule. ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)