Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Created September 24, 2021 00:20
Show Gist options
  • Save mathis-m/01b0e620d629bf6813847c27e35d1ed9 to your computer and use it in GitHub Desktop.
Save mathis-m/01b0e620d629bf6813847c27e35d1ed9 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: test
version: 0.0.0
paths:
/something/{id}:
parameters:
- in: path
name: id
required: true
schema:
type: string
get:
parameters:
- in: query
name: foo
schema:
type: string
responses:
'200':
description: ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment