@golemio/municipal-libraries 1.2.10-dev.1236970219 → 1.2.10-dev.1241561963
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi.yaml +4 -4
- package/package.json +1 -1
package/docs/openapi.yaml
CHANGED
|
@@ -41,14 +41,14 @@ paths:
|
|
|
41
41
|
description: Filter by distance from latlng in meters (range query). Depends on
|
|
42
42
|
the latlng parameter.
|
|
43
43
|
required: false
|
|
44
|
-
example:
|
|
44
|
+
example: 5000
|
|
45
45
|
schema:
|
|
46
46
|
type: number
|
|
47
47
|
- name: districts
|
|
48
48
|
in: query
|
|
49
49
|
description: Filter by Prague city districts (slug) separated by comma.
|
|
50
50
|
required: false
|
|
51
|
-
example: praha-4
|
|
51
|
+
example: ['praha-4']
|
|
52
52
|
schema:
|
|
53
53
|
type: array
|
|
54
54
|
items: {}
|
|
@@ -57,14 +57,14 @@ paths:
|
|
|
57
57
|
description: Limits number of retrieved items. The maximum is 10000 (default
|
|
58
58
|
value).
|
|
59
59
|
required: false
|
|
60
|
-
example:
|
|
60
|
+
example: 10
|
|
61
61
|
schema:
|
|
62
62
|
type: number
|
|
63
63
|
- name: offset
|
|
64
64
|
in: query
|
|
65
65
|
description: Number of the first items that are skipped.
|
|
66
66
|
required: false
|
|
67
|
-
example:
|
|
67
|
+
example: 0
|
|
68
68
|
schema:
|
|
69
69
|
type: number
|
|
70
70
|
- name: updatedSince
|