Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: just a simple change to open a PR #13

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
openapi: 3.1.0
info:
title: Train Travel API
description: API for finding and booking train trips across Europe.
description: |
API for finding and booking train trips across Europe.

Single push on a pull request
version: 1.0.0
contact:
name: Train Support
url: https://example.com/support
email: [email protected]
license:
license:
name: Creative Commons Attribution Share Alike 4.0 International
identifier: CC-BY-SA-4.0

x-topics:
- title: Getting started
content:
Expand All @@ -34,7 +37,7 @@ tags:
status and history.

> warn
> Bookings usually expire within 1 hour so you'll need to make your payment before the expiry date
> Bookings usually expire within 1 hour so you'll need to make your payment before the expiry date
paths:
/stations:
get:
Expand Down
Loading