Skip to content

Commit e459cb1

Browse files
authored
Quoted numeric keys
1 parent 3f72b7a commit e459cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/v3.0/callback-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ paths:
4646
userData:
4747
$ref: '#/components/schemas/UserLogData'
4848
responses:
49-
202:
49+
'202':
5050
description: |
5151
Your server implementation should return this HTTP status code
5252
if the data was received successfully
53-
204:
53+
'204':
5454
description: |
5555
Your server should return this HTTP status code if no longer interested
5656
in further updates

0 commit comments

Comments
 (0)