Skip to content

Commit

Permalink
HH-186626 add video vacancy field to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MityaNeDima committed Jul 26, 2023
1 parent ea7a3b5 commit 245d204
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/employer_vacancies.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ accept_temporary | указание, что вакансия доступна д
branded_template.id | <a name="branded-template-field"></a> брендированное оформление вакансии из [справочника](https://api.hh.ru/openapi/redoc#tag/Informaciya-o-rabotodatele/operation/get-vacancy-branded-templates-list)
languages | список языков
driver_license_types | категория водительских прав. Элемент справочника [driver_license_types](https://api.hh.ru/openapi/redoc#tag/Obshie-spravochniki/operation/get-dictionaries)
video_vacancy | данные по видеовакансии, включающие ссылку для скачивания видео

Остальные поля доступны только для чтения, либо их можно задать только при создании вакансии.

Expand Down
3 changes: 3 additions & 0 deletions docs/vacancies.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"employment": {
"id": "full",
"name": "Полная занятость"
},
"video_vacancy": {
"video_url": "https://host/video/123"
}
}
```
Expand Down
2 changes: 2 additions & 0 deletions docs_eng/employer_vacancies.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ to change the specialisation you will have to send a full list.
branded_template.id | <a name="branded-template-field"></a> branded vacancy description from [directory](https://api.hh.ru/openapi/en/redoc#tag/Employer-info/operation/get-vacancy-branded-templates-list) |
languages | list of languages
driver_license_types | driver's license category. Item of the `driver_license_types` [dictionary](https://api.hh.ru/openapi/en/redoc#tag/Public-directories/operation/get-dictionaries)
video_vacancy | video vacancy data including video download link

The remaining fields are read-only or can only be set during initial publication.

### Response
Expand Down
5 changes: 4 additions & 1 deletion docs_eng/vacancies.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ returned.
"id": "open",
"name": "Open"
},
"archived": "false"
"archived": "false",
"video_vacancy": {
"video_url": "https://host/video/123"
}
}
```

Expand Down

0 comments on commit 245d204

Please sign in to comment.