File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ The `/stops` endpoint allows an agency to register city-managed Stops, or a prov
265265
266266** Endpoint:** ` /stops `
267267** Method:** ` POST `
268- ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0)
268+ ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0). [ Leave feedback ] ( https://github.com/openmobilityfoundation/mobility-data-specification/issues/638 )
269269** Request Body** : An array of [ Stops] [ stops ]
270270
271271201 Success Response:
@@ -287,7 +287,7 @@ _No content returned on success._
287287
288288** Endpoint:** ` /stops `
289289** Method:** ` PUT `
290- ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0)
290+ ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0). [ Leave feedback ] ( https://github.com/openmobilityfoundation/mobility-data-specification/issues/638 )
291291** Request Body** : An array of subsets of [ Stop] [ stops ] information, where the permitted subset fields are defined as:
292292
293293| Field | Required/Optional | Description |
@@ -313,7 +313,7 @@ _No content returned if no vehicle matching `stop_id` is found._
313313
314314** Endpoint:** ` /stops/:stop_id `
315315** Method:** ` GET `
316- ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0)
316+ ** [ Beta feature] [ beta ] :** Yes (as of 1.0.0). [ Leave feedback ] ( https://github.com/openmobilityfoundation/mobility-data-specification/issues/638 )
317317** Payload:** ` { "stops": [] } ` , an array of [ Stops] [ stops ]
318318
319319Path Params:
You can’t perform that action at this time.
0 commit comments