Skip to content

Commit d028f7e

Browse files
authored
docs: Updated nearby search required parameters (#434)
1 parent f49d845 commit d028f7e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

specification/parameters/places/radius.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ description: |
2929
3030
schema:
3131
type: number
32+
required: true
3233
in: query
3334
example: 1000

specification/parameters/places/type.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ description: |
2323
<div class="note">Note: Adding both `keyword` and `type` with the same value (`keyword=cafe&type=cafe` or `keyword=parking&type=parking`) can yield `ZERO_RESULTS`.</div>
2424
schema:
2525
type: string
26+
required: true
2627
in: query

0 commit comments

Comments
 (0)