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.
1 parent 48c6488 commit 0cfdd56Copy full SHA for 0cfdd56
api-playground/openapi/setup.mdx
@@ -96,9 +96,12 @@ only one OpenAPI file - it will automatically detect your OpenAPI file.
96
<br />
97
98
<Note>
99
- The method and path must match the method and path specified in the OpenAPI
100
- document exactly. If the endpoint doesn't exist in the OpenAPI file,
101
- the page will be empty.
+ In most cases, the method and path must match the method and path specified
+ in the OpenAPI document exactly. If the endpoint doesn't exist in the OpenAPI
+ file, the page will be empty.
102
+
103
+ For webhooks, replace the method (i.e. "POST") with "webhook" (case insensitive)
104
+ and the correct method will be generated.
105
</Note>
106
107
### Autogenerate files
0 commit comments