Transform collection to OpenAPI
This endpoint is deprecated.
Use the POST /collections/{collectionUid}/generations/{elementType} endpoint to generate an OpenAPI specification from a collection.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
collectionId
The collection's ID.
Query parameters
format
Return the OpenAPI definition in the given format.
Allowed values:
Response
Successful Response
output
The collection's transformed output, in a stringified OpenAPI JSON or YAML format.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error