Transform collection to OpenAPI

Deprecated
View as MarkdownOpen in Claude

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

collectionIdstringRequired
The collection's ID.

Query parameters

formatenumOptionalDefaults to json
Return the OpenAPI definition in the given format.
Allowed values:

Response

Successful Response
outputstringOptional
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