Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Created October 3, 2021 19:10
Show Gist options
  • Save mathis-m/ebd0bea75d14345cfea65e1e836e4e93 to your computer and use it in GitHub Desktop.
Save mathis-m/ebd0bea75d14345cfea65e1e836e4e93 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: Test API
version: 1.0.0
servers:
- url: https://api.example.com/foo/bar
- url: https://api.example.com:{port}/{basePath}
variables:
port:
default: '4443'
basePath:
default: v1
paths:
/something:
get:
responses:
'200':
description: ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment