Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Created September 23, 2021 23:34
Show Gist options
  • Save mathis-m/322c3fedfc9717bb3629b38079648aec to your computer and use it in GitHub Desktop.
Save mathis-m/322c3fedfc9717bb3629b38079648aec 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