Skip to content

Commit

Permalink
Added note about multiple values
Browse files Browse the repository at this point in the history
  • Loading branch information
t.pasichnik committed Jul 7, 2023
1 parent d2cc11e commit ea7a3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_eng/employer_negotiations.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ this URL, e.g.:
GET https://api.hh.ru/negotiations/somecollection?vacancy_id=123456
```

Some parameters take multiple values: `key=value&key=value`.
Some parameters take multiple values: `key=value&key=value`. If a parameter can take multiple values, this is explicitly stated in its description.
Collection `phone_calls` accepts only parameters `vacancy_id`, `order_by`, `page` and `per_page` from the table below.

Parameters:
Expand Down
2 changes: 1 addition & 1 deletion docs_eng/resumes_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See also:

`GET /resumes` will return the results of CV search.

Some parameters take multiple values: `key=value&key=value`.
Some parameters take multiple values: `key=value&key=value`. If a parameter can take multiple values, this is explicitly stated in its description.

* `text` – search phrase. Finds CVs that have all the words from the set phrase.
Several values can be indicated. Each additional
Expand Down

0 comments on commit ea7a3b5

Please sign in to comment.