Skip to content

Commit b988871

Browse files
authored
Update oas.yaml
1 parent 3ec0a58 commit b988871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oas.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '1.0.0'
3+
version: '1.0.1'
44
title: Hoot
55
license:
66
name: ISC
@@ -15,11 +15,11 @@ servers:
1515
components:
1616
parameters:
1717
id:
18-
name: id
18+
name: id2
1919
in: path
2020
schema:
2121
type: string
22-
description: The id of the hoot you want
22+
description: The id of the hoot you want!
2323
required: true
2424
example: 5c3e39af342143680d31775c
2525
securitySchemes:

0 commit comments

Comments
 (0)