You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-playground/openapi/setup.mdx
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,18 +96,24 @@ only one OpenAPI file - it will automatically detect your OpenAPI file.
96
96
<br />
97
97
98
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.
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.
102
105
</Note>
103
106
104
107
### Autogenerate files
105
108
106
109
For large OpenAPI documents, creating one MDX page for each OpenAPI operation can be a lot of work. To make it easier, we created a local OpenAPI page scraper.
0 commit comments