v1

latestOpenAPI 3.1.0Apache 2.02026-07-1782021.4 KB
convert
converter

Convert the given AsyncAPI/OpenAPI document to AsyncAPI document with the specified version.

post/convert

Request body

target-version'2.0.0' | '2.1.0' | '2.2.0' | '2.3.0' | '2.4.0' | '2.5.0' | '2.6.0' | '3.0.0' | '3.1.0' | 'latest'

Valid specification versions for the AsyncAPI document.

perspective'server' | 'client'

The perspective of the conversion, e.g. "server", "client".

format'asyncapi' | 'openapi' required

The format of the source document to be converted.

Response

AsyncAPI document successfully converted.