Skip to content

Commit

Permalink
Docs: capitalized type
Browse files Browse the repository at this point in the history
  • Loading branch information
bendiksk committed Sep 13, 2021
1 parent 9ac6f76 commit a17e1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mobility/getStationsById.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ route: /mobility/getStationsById
# getStationsById

```typescript
(params: getStationsByIdParams, options?: RequestOptions) => Promise<MobilityTypes.Station[]>
(params: GetStationsByIdParams, options?: RequestOptions) => Promise<MobilityTypes.Station[]>
```

`getStationsById` finds micromobility stations with the given station IDs.
Expand All @@ -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 |
| :----------- | :---------- | :-------- | :------ | ------------------------------------------ |
Expand Down

0 comments on commit a17e1db

Please sign in to comment.