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

oasBodystring
oasUrlstring
targetVersionstring

Doelversie. Voor conversie: 3.0 of 3.1. Voor validatie: 2.0 of 2.1.

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.