Skip to content

Commit ad39b98

Browse files
authored
Added beta feedback for Agency stops
1 parent 5fedd72 commit ad39b98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agency/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

271271
201 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

319319
Path Params:

0 commit comments

Comments
 (0)