Skip to content

Commit 73d131c

Browse files
committed
put version requirements in context
1 parent acb92c8 commit 73d131c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-playground/openapi-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Reference OpenAPI endpoints in your docs pages"
44
icon: "file-json"
55
---
66

7-
OpenAPI is a specification for describing APIs. Mintlify supports OpenAPI 3.0+ documents to generate interactive REST API documentation, and OpenAPI 3.1+ for documenting webhooks.
7+
OpenAPI is a specification for describing APIs. Mintlify supports OpenAPI 3.0+ documents to generate interactive API documentation and keep it up to date.
88

99
## Add an OpenAPI specification file
1010

@@ -240,7 +240,7 @@ openapi-schema: "schema-key"
240240

241241
## Webhooks
242242

243-
Webhooks are HTTP callbacks that your API sends to notify external systems when events occur. If your OpenAPI 3.1+ document defines webhooks, you can document them alongside your regular API endpoints.
243+
Webhooks are HTTP callbacks that your API sends to notify external systems when events occur. Webhooks are supported in OpenAPI 3.1+ documents.
244244

245245
### Define webhooks in your OpenAPI specification
246246

0 commit comments

Comments
 (0)