Skip to content

Commit

Permalink
Update oas.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger authored Sep 16, 2023
1 parent 3ec0a58 commit b988871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oas.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '1.0.0'
version: '1.0.1'
title: Hoot
license:
name: ISC
Expand All @@ -15,11 +15,11 @@ servers:
components:
parameters:
id:
name: id
name: id2
in: path
schema:
type: string
description: The id of the hoot you want
description: The id of the hoot you want!
required: true
example: 5c3e39af342143680d31775c
securitySchemes:
Expand Down

0 comments on commit b988871

Please sign in to comment.