Skip to content

Commit

Permalink
maybe this less aggressive break will do it
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Feb 2, 2024
1 parent d678bd1 commit 45a7c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openapi: 3.1.0
inf2o:
info1:
title: Train Travel API
description: API for finding and booking train trips across Europe.
version: 1.0.0
Expand All @@ -11,7 +11,7 @@ servers:
- url: https://api.example.com/v1

paths:
- /stations:
/stations:
get:
summary: Get a list of train stations
description: Returns a list of all train stations in the system.
Expand Down Expand Up @@ -43,7 +43,7 @@ paths:
'500':
$ref: '#/components/responses/InternalServerError'

- /trips:
/trips:
get:
summary: Get available train trips
description: Returns a list of available train trips between the specified origin and destination stations on the given date, and allows for filtering by bicycle and dog allowances.
Expand Down Expand Up @@ -110,7 +110,7 @@ paths:
'500':
$ref: '#/components/responses/InternalServerError'

- /bookings:
/bookings:
post:
summary: Book a train trip
operationId: create-booking
Expand Down

0 comments on commit 45a7c40

Please sign in to comment.