diff --git a/docs/mobility/getStationsById.mdx b/docs/mobility/getStationsById.mdx index 4d8e1cbf..3a10ce0d 100644 --- a/docs/mobility/getStationsById.mdx +++ b/docs/mobility/getStationsById.mdx @@ -7,7 +7,7 @@ route: /mobility/getStationsById # getStationsById ```typescript -(params: getStationsByIdParams, options?: RequestOptions) => Promise +(params: GetStationsByIdParams, options?: RequestOptions) => Promise ``` `getStationsById` finds micromobility stations with the given station IDs. @@ -18,7 +18,7 @@ This method uses the `stationsById` query of the [Mobility v2 API](https://devel ## Parameters -### params (`getStationsByIdParams`) +### params (`GetStationsByIdParams`) | Key | Type | Required? | Default | Description | | :----------- | :---------- | :-------- | :------ | ------------------------------------------ |