Skip to main content

March 4, 2026

New Features

  • Candidate Gender Field: Added an optional gender field ("male" / "female") to the Candidate resource. When set, it is used as the primary source for gender-aware addressing in interviews (e.g., Slovak/Czech formal titles like “pán”/“pani”). If not provided, gender is automatically detected from the candidate’s name. The field can be set during creation, updated later, or cleared by setting it to null to revert to auto-detection. Available on POST /candidates, PATCH /candidates/{id}, and GET /candidates/{id} endpoints.