We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f72b7a commit e459cb1Copy full SHA for e459cb1
1 file changed
examples/v3.0/callback-example.yaml
@@ -46,11 +46,11 @@ paths:
46
userData:
47
$ref: '#/components/schemas/UserLogData'
48
responses:
49
- 202:
+ '202':
50
description: |
51
Your server implementation should return this HTTP status code
52
if the data was received successfully
53
- 204:
+ '204':
54
55
Your server should return this HTTP status code if no longer interested
56
in further updates
0 commit comments