Skip to content

Commit 0cfdd56

Browse files
committed
update mdx docs
1 parent 48c6488 commit 0cfdd56

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

api-playground/openapi/setup.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ only one OpenAPI file - it will automatically detect your OpenAPI file.
9696
<br />
9797

9898
<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.
99+
In most cases, the method and path must match the method and path specified
100+
in the OpenAPI document exactly. If the endpoint doesn't exist in the OpenAPI
101+
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.
102105
</Note>
103106

104107
### Autogenerate files

0 commit comments

Comments
 (0)