March 4, 2026
New Features
- Candidate Gender Field: Added an optional
genderfield ("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 tonullto revert to auto-detection. Available onPOST /candidates,PATCH /candidates/{id}, andGET /candidates/{id}endpoints.