@golemio/parkings 1.2.5-dev.717875586 → 1.2.5-dev.722090599
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 +5 -3
- package/package.json +1 -1
package/docs/openapi.yaml
CHANGED
|
@@ -198,9 +198,10 @@ paths:
|
|
|
198
198
|
schema:
|
|
199
199
|
type: string
|
|
200
200
|
example: 10
|
|
201
|
-
- name:
|
|
201
|
+
- name: zoneType
|
|
202
202
|
in: query
|
|
203
|
-
description: Filter by parking zone. Use with square brackets `
|
|
203
|
+
description: Filter by parking zone. Use with square brackets `zoneType[]`,
|
|
204
|
+
multiple values can be passed forming an array.
|
|
204
205
|
style: form
|
|
205
206
|
explode: false
|
|
206
207
|
schema:
|
|
@@ -210,7 +211,8 @@ paths:
|
|
|
210
211
|
example: zone_mixed
|
|
211
212
|
- name: parkingType
|
|
212
213
|
in: query
|
|
213
|
-
description: Filter by parking type. Use with square brackets `parkingType[]
|
|
214
|
+
description: Filter by parking type. Use with square brackets `parkingType[]`,
|
|
215
|
+
multiple values can be passed forming an array.
|
|
214
216
|
style: form
|
|
215
217
|
explode: false
|
|
216
218
|
schema:
|