Skip to content

Commit edc508b

Browse files
authored
Merge pull request #108 from huntflow/DEV-21762_add_rejection_reason_field
[DEV-21762] - Add rejection_reason field.
2 parents d0dc8d3 + 7a9e82c commit edc508b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

huntflow_api_client/models/response/applicants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ApplicantTag(BaseModel):
1515
class ApplicantLink(BaseModel):
1616
id: Optional[int] = Field(None, description="Link ID")
1717
status: int = Field(..., description="Vacancy status ID")
18+
rejection_reason: Optional[int] = Field(None, description="Rejection reason ID")
1819
updated: datetime = Field(
1920
...,
2021
description="The date of the applicant's update at a vacancy",

0 commit comments

Comments
 (0)