Skip to content

Commit

Permalink
fix: update API operations path for locations in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 3, 2025
1 parent f52ec52 commit 84e1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/api/current/locations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Regions are identified using their NUTS-III code, ensuring consistency with offi

<APIPage
document="./cmapi-demo-oapi.json"
operations={[{ path: '/facilities/boat_stations', method: 'get' }]}
operations={[{ path: '/locations/regions', method: 'get' }]}
hasHead={false}
/>

Expand Down

0 comments on commit 84e1491

Please sign in to comment.