Skip to content

Commit 7a9e82c

Browse files
author
koval
committed
Add rejection_reason field.
1 parent d0dc8d3 commit 7a9e82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)