Skip to content

Commit 4498a8c

Browse files
authored
add missing ":" in callback object example
1 parent dbc4c99 commit 4498a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ myWebhook:
17611761
requestBody:
17621762
description: Callback payload
17631763
content:
1764-
'application/json'
1764+
'application/json':
17651765
schema:
17661766
$ref: '#/components/schemas/SomePayload'
17671767
responses:

0 commit comments

Comments
 (0)