Get AsyncAPI Spec Section
get_asyncapi_spec_sectionRetrieve any section of the AsyncAPI specification by heading text or slug, optionally specifying a version.
Instructions
Return one section from the latest AsyncAPI markdown specification by heading text or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional spec version, for example "3.0.0". Defaults to latest from master. | |
| heading | Yes | Heading text or slug, for example "Info Object" or "info-object". |