Tools
Generate OpenAPI
Genereert een boilerplate OpenAPI specificatie op basis van JSON-invoer. Body: { oasUrl } of { oasBody } (stringified JSON).
post/v1/oas/generate
Request body
Example request
{
"oasUrl": "oasUrl",
"oasBody": "oasBody",
"targetVersion": "3.1"
}Response
OK
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.