Skip to content

Commit d7bbdf9

Browse files
authored
Merge pull request OAI#1013 from ePaul/patch-2
add missing ":" and quotes in callback object example
2 parents 3cc20af + 28d1cfc commit d7bbdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,12 +1847,12 @@ myWebhook:
18471847
requestBody:
18481848
description: Callback payload
18491849
content:
1850-
'application/json'
1850+
'application/json':
18511851
schema:
18521852
$ref: '#/components/schemas/SomePayload'
18531853
responses:
18541854
'200':
1855-
description: webhook successfully processed an no retries will be performed
1855+
description: webhook successfully processed and no retries will be performed
18561856
```
18571857

18581858

0 commit comments

Comments
 (0)