Skip to content

Commit 3ab78b6

Browse files
committed
Original compiled file
1 parent 9acecc8 commit 3ab78b6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

compiled.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@ paths:
5353
-
5454
BearerAuth: []
5555
parameters:
56-
- name: organizationId
56+
'1':
57+
name: organizationId
5758
in: path
5859
description: 'The Organization ID'
5960
required: true
6061
schema:
6162
type: string
6263
format: uuid
63-
- name: api-version
64+
'0':
65+
name: api-version
6466
in: header
6567
description: 'The API version'
6668
required: false
@@ -73,7 +75,7 @@ paths:
7375
summary: 'Gets a user'
7476
responses:
7577
'200':
76-
description: hi there
78+
description: 'A bar'
7779
content:
7880
application/json:
7981
schema:
@@ -97,15 +99,15 @@ paths:
9799
-
98100
BearerAuth: []
99101
parameters:
100-
-
102+
'1':
101103
name: organizationId
102104
in: path
103105
description: 'The Organization ID'
104106
required: true
105107
schema:
106108
type: string
107109
format: uuid
108-
-
110+
'0':
109111
name: api-version
110112
in: header
111113
description: 'The API version'
@@ -114,7 +116,7 @@ paths:
114116
type: string
115117
format: date
116118
example: '2021-05-18'
117-
-
119+
'2':
118120
name: id
119121
in: path
120122
description: 'User''s ID'

0 commit comments

Comments
 (0)