@@ -33,17 +33,17 @@ All updaters have the following parameters in common:
33
33
<!-- hsl-park BEGIN -->
34
34
<!-- NOTE! This section is auto-generated. Do not change, change doc in code instead. -->
35
35
36
- | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
37
- | ---------------------------------| :-----------:| ----------------------------------------------| :----------:| ---------------| :-----:|
38
- | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
39
- | facilitiesFrequencySec | ` integer ` | How often the facilities should be updated. | * Optional* | ` 3600 ` | 2.2 |
40
- | facilitiesUrl | ` string ` | URL of the facilities. | * Optional* | | 2.2 |
41
- | [ feedId] ( #u__2__feedId ) | ` string ` | The name of the data source. | * Required* | | 2.2 |
42
- | hubsUrl | ` string ` | Hubs URL | * Optional* | | 2.2 |
43
- | [ sourceType] ( #u__2__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
44
- | [ timeZone] ( #u__2__timeZone ) | ` time-zone ` | The time zone of the feed. | * Optional* | | 2.2 |
45
- | utilizationsFrequencySec | ` integer ` | How often the utilization should be updated. | * Optional* | ` 600 ` | 2.2 |
46
- | utilizationsUrl | ` string ` | URL of the utilization data. | * Optional* | | 2.2 |
36
+ | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
37
+ | ---------------------------------| :-----------:| ------------------------------------------------------------------------------ | :----------:| ---------------| :-----:|
38
+ | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
39
+ | facilitiesFrequencySec | ` integer ` | How often the facilities should be updated. | * Optional* | ` 3600 ` | 2.2 |
40
+ | facilitiesUrl | ` string ` | URL of the facilities. | * Optional* | | 2.2 |
41
+ | [ feedId] ( #u__2__feedId ) | ` string ` | The id of the data source, which will be the prefix of the parking lot's id. | * Required* | | 2.2 |
42
+ | hubsUrl | ` string ` | Hubs URL | * Optional* | | 2.2 |
43
+ | [ sourceType] ( #u__2__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
44
+ | [ timeZone] ( #u__2__timeZone ) | ` time-zone ` | The time zone of the feed. | * Optional* | | 2.2 |
45
+ | utilizationsFrequencySec | ` integer ` | How often the utilization should be updated. | * Optional* | ` 600 ` | 2.2 |
46
+ | utilizationsUrl | ` string ` | URL of the utilization data. | * Optional* | | 2.2 |
47
47
48
48
49
49
#### Details
@@ -53,7 +53,7 @@ All updaters have the following parameters in common:
53
53
** Since version:** ` 2.2 ` ∙ ** Type:** ` string ` ∙ ** Cardinality:** ` Required `
54
54
** Path:** /updaters/[ 2]
55
55
56
- The name of the data source.
56
+ The id of the data source, which will be the prefix of the parking lot's id .
57
57
58
58
This will end up in the API responses as the feed id of of the parking lot.
59
59
@@ -104,16 +104,16 @@ Used for converting abstract opening hours into concrete points in time.
104
104
<!-- park-api BEGIN -->
105
105
<!-- NOTE! This section is auto-generated. Do not change, change doc in code instead. -->
106
106
107
- | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
108
- | ---------------------------------| :---------------:| ----------------------------------------------------------------------------| :----------:| ---------------| :-----:|
109
- | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
110
- | [ feedId] ( #u__3__feedId ) | ` string ` | The name of the data source. | * Required* | | 2.2 |
111
- | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.2 |
112
- | [ sourceType] ( #u__3__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
113
- | [ timeZone] ( #u__3__timeZone ) | ` time-zone ` | The time zone of the feed. | * Optional* | | 2.2 |
114
- | url | ` string ` | URL of the resource. | * Required* | | 2.2 |
115
- | [ headers] ( #u__3__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.2 |
116
- | [ tags] ( #u__3__tags ) | ` string[] ` | Tags to add to the parking lots. | * Optional* | | 2.2 |
107
+ | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
108
+ | ---------------------------------| :---------------:| ------------------------------------------------------------------------------ | :----------:| ---------------| :-----:|
109
+ | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
110
+ | [ feedId] ( #u__3__feedId ) | ` string ` | The id of the data source, which will be the prefix of the parking lot's id. | * Required* | | 2.2 |
111
+ | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.2 |
112
+ | [ sourceType] ( #u__3__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
113
+ | [ timeZone] ( #u__3__timeZone ) | ` time-zone ` | The time zone of the feed. | * Optional* | | 2.2 |
114
+ | url | ` string ` | URL of the resource. | * Required* | | 2.2 |
115
+ | [ headers] ( #u__3__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.2 |
116
+ | [ tags] ( #u__3__tags ) | ` string[] ` | Tags to add to the parking lots. | * Optional* | | 2.2 |
117
117
118
118
119
119
#### Details
@@ -123,7 +123,7 @@ Used for converting abstract opening hours into concrete points in time.
123
123
** Since version:** ` 2.2 ` ∙ ** Type:** ` string ` ∙ ** Cardinality:** ` Required `
124
124
** Path:** /updaters/[ 3]
125
125
126
- The name of the data source.
126
+ The id of the data source, which will be the prefix of the parking lot's id .
127
127
128
128
This will end up in the API responses as the feed id of of the parking lot.
129
129
@@ -191,14 +191,14 @@ Tags to add to the parking lots.
191
191
<!-- bikely BEGIN -->
192
192
<!-- NOTE! This section is auto-generated. Do not change, change doc in code instead. -->
193
193
194
- | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
195
- | ---------------------------------| :---------------:| ----------------------------------------------------------------------------| :----------:| ---------------| :-----:|
196
- | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
197
- | [ feedId] ( #u__4__feedId ) | ` string ` | The name of the data source. | * Required* | | 2.2 |
198
- | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.3 |
199
- | [ sourceType] ( #u__4__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
200
- | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.3 |
201
- | [ headers] ( #u__4__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.3 |
194
+ | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
195
+ | ---------------------------------| :---------------:| ------------------------------------------------------------------------------ | :----------:| ---------------| :-----:|
196
+ | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
197
+ | [ feedId] ( #u__4__feedId ) | ` string ` | The id of the data source, which will be the prefix of the parking lot's id. | * Required* | | 2.2 |
198
+ | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.3 |
199
+ | [ sourceType] ( #u__4__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
200
+ | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.3 |
201
+ | [ headers] ( #u__4__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.3 |
202
202
203
203
204
204
#### Details
@@ -208,7 +208,7 @@ Tags to add to the parking lots.
208
208
** Since version:** ` 2.2 ` ∙ ** Type:** ` string ` ∙ ** Cardinality:** ` Required `
209
209
** Path:** /updaters/[ 4]
210
210
211
- The name of the data source.
211
+ The id of the data source, which will be the prefix of the parking lot's id .
212
212
213
213
This will end up in the API responses as the feed id of of the parking lot.
214
214
@@ -256,14 +256,14 @@ HTTP headers to add to the request. Any header key, value can be inserted.
256
256
<!-- noi-open-data-hub BEGIN -->
257
257
<!-- NOTE! This section is auto-generated. Do not change, change doc in code instead. -->
258
258
259
- | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
260
- | ---------------------------------| :---------------:| ----------------------------------------------------------------------------| :----------:| ---------------| :-----:|
261
- | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
262
- | [ feedId] ( #u__5__feedId ) | ` string ` | The name of the data source. | * Required* | | 2.2 |
263
- | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.6 |
264
- | [ sourceType] ( #u__5__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
265
- | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.6 |
266
- | [ headers] ( #u__5__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.6 |
259
+ | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
260
+ | ---------------------------------| :---------------:| ------------------------------------------------------------------------------ | :----------:| ---------------| :-----:|
261
+ | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
262
+ | [ feedId] ( #u__5__feedId ) | ` string ` | The id of the data source, which will be the prefix of the parking lot's id. | * Required* | | 2.2 |
263
+ | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.6 |
264
+ | [ sourceType] ( #u__5__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
265
+ | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.6 |
266
+ | [ headers] ( #u__5__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.6 |
267
267
268
268
269
269
#### Details
@@ -273,7 +273,7 @@ HTTP headers to add to the request. Any header key, value can be inserted.
273
273
** Since version:** ` 2.2 ` ∙ ** Type:** ` string ` ∙ ** Cardinality:** ` Required `
274
274
** Path:** /updaters/[ 5]
275
275
276
- The name of the data source.
276
+ The id of the data source, which will be the prefix of the parking lot's id .
277
277
278
278
This will end up in the API responses as the feed id of of the parking lot.
279
279
@@ -317,14 +317,14 @@ HTTP headers to add to the request. Any header key, value can be inserted.
317
317
<!-- bikeep BEGIN -->
318
318
<!-- NOTE! This section is auto-generated. Do not change, change doc in code instead. -->
319
319
320
- | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
321
- | ----------------------------------| :---------------:| ----------------------------------------------------------------------------| :----------:| ---------------| :-----:|
322
- | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
323
- | [ feedId] ( #u__13__feedId ) | ` string ` | The name of the data source. | * Required* | | 2.2 |
324
- | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.6 |
325
- | [ sourceType] ( #u__13__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
326
- | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.6 |
327
- | [ headers] ( #u__13__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.6 |
320
+ | Config Parameter | Type | Summary | Req./Opt. | Default Value | Since |
321
+ | ----------------------------------| :---------------:| ------------------------------------------------------------------------------ | :----------:| ---------------| :-----:|
322
+ | type = "vehicle-parking" | ` enum ` | The type of the updater. | * Required* | | 1.5 |
323
+ | [ feedId] ( #u__13__feedId ) | ` string ` | The id of the data source, which will be the prefix of the parking lot's id. | * Required* | | 2.2 |
324
+ | frequency | ` duration ` | How often to update the source. | * Optional* | ` "PT1M" ` | 2.6 |
325
+ | [ sourceType] ( #u__13__sourceType ) | ` enum ` | The source of the vehicle updates. | * Required* | | 2.2 |
326
+ | url | ` uri ` | URL of the locations endpoint. | * Required* | | 2.6 |
327
+ | [ headers] ( #u__13__headers ) | ` map of string ` | HTTP headers to add to the request. Any header key, value can be inserted. | * Optional* | | 2.6 |
328
328
329
329
330
330
#### Details
@@ -334,7 +334,7 @@ HTTP headers to add to the request. Any header key, value can be inserted.
334
334
** Since version:** ` 2.2 ` ∙ ** Type:** ` string ` ∙ ** Cardinality:** ` Required `
335
335
** Path:** /updaters/[ 13]
336
336
337
- The name of the data source.
337
+ The id of the data source, which will be the prefix of the parking lot's id .
338
338
339
339
This will end up in the API responses as the feed id of of the parking lot.
340
340
0 commit comments