Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перевели действия по отклику/приглашению коллекции в OpenAPI #832

Merged
merged 2 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/employer_negotiations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* [Просмотр списка сообщений в отклике/приглашении](#get-messages)
* [Отправка сообщения в отклике/приглашении](#add-messages)
* [Приглашение соискателя на вакансию](#add-invite)
* [Действия по отклику/приглашению (смена состояния)](https://api.hh.ru/openapi/redoc#tag/Otklikipriglasheniya-rabotodatelya/operation/put-negotiations-collection-to-next-state)
* [Изменение состояния отклика/приглашения](https://api.hh.ru/openapi/redoc#tag/Otklikipriglasheniya-rabotodatelya/operation/change-negotiation-action)
* [Изменение состояния нескольких откликов/приглашений](https://api.hh.ru/openapi/redoc#tag/Otklikipriglasheniya-rabotodatelya/operation/put-negotiations-collection-to-next-state)
* [Просмотр предпочитаемой сортировки откликов](#get-preference-order)
* [Изменение предпочитаемой сортировки откликов](#update-preference-order)
* [Отметить отклики прочитанными](https://api.hh.ru/openapi/redoc#tag/Otklikipriglasheniya-rabotodatelya/operation/post-negotiations-topics-read)
Expand Down
3 changes: 2 additions & 1 deletion docs_eng/employer_negotiations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* [View the list of messages in the response/invitation](#get-messages)
* [Sending a message in the response/invitation](#add-messages)
* [Inviting an applicant for a vacancy](#add-invite)
* [Actions regarding a response/invitation (status change)](#actions)
* [Changing the response/invite state](https://api.hh.ru/openapi/en/redoc#tag/Employer-responsesinvitations/operation/change-negotiation-action)
* [Changing the state of multiple responses/invites](https://api.hh.ru/openapi/en/redoc#tag/Employer-responsesinvitations/operation/put-negotiations-collection-to-next-state)
* [Viewing preferred options for sorting responses](#get-preference-order)
* [Changing preferred options for sorting responses](#update-preference-order)
* [Mark responses as read](https://api.hh.ru/openapi/en/redoc#tag/Employer-responsesinvitations/operation/post-negotiations-topics-read)
Expand Down
Loading