We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cc20af + 28d1cfc commit d7bbdf9Copy full SHA for d7bbdf9
versions/3.0.md
@@ -1847,12 +1847,12 @@ myWebhook:
1847
requestBody:
1848
description: Callback payload
1849
content:
1850
- 'application/json'
+ 'application/json':
1851
schema:
1852
$ref: '#/components/schemas/SomePayload'
1853
responses:
1854
'200':
1855
- description: webhook successfully processed an no retries will be performed
+ description: webhook successfully processed and no retries will be performed
1856
```
1857
1858
0 commit comments