Changelog

Mark Form Definition Field Properties as Required

isRemote Now Requires Compatible workplaceType

  • POST /location.create now enforces consistency between isRemote and workplaceType:
    • isRemote=true requires workplaceType to be Remote or Hybrid
    • isRemote=false cannot be combined with workplaceType=Remote or workplaceType=Hybrid
    • Requests with incompatible combinations will return an error

Add candidate.removeTag Endpoint

  • Added candidate.removeTag endpoint to remove a tag from a candidate. Accepts candidateId and tagId and returns the updated candidate. If the tag was not on the candidate, the request succeeds and returns the candidate unchanged.