We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ebddf commit 47c4343Copy full SHA for 47c4343
1 file changed
huntflow_api_client/models/response/applicant_response.py
@@ -21,7 +21,8 @@ class ApplicantResponse(BaseModel):
21
applicant_external: int = Field(..., description="Resume ID")
22
vacancy: ApplicantResponseVacancy = Field(..., description="Vacancy")
23
vacancy_external: ApplicantResponseVacancyExternal = Field(
24
- ..., description="Publication of a vacancy for which an applicant responded",
+ ...,
25
+ description="Publication of a vacancy for which an applicant responded",
26
)
27
28
0 commit comments