Docs Menu
API Developer Guide / middleware / pub / specs / swagger / v3 / Generate

Service: Generate

This service generates an OpenAPI document and offers the option to make it downloadable.

Input Parameter:

Name Type Description
isDownloadable: Boolean A boolean flag that, when set to true, indicates that the generated OpenAPI document should be available for download.
fqns: String The fully qualified name (fqn) representing the OpenAPI document to be generated.

Output Parameter:

Name Type Description
openAPI: String The generated OpenAPI document. If isDownloadable is set to true, this document can be downloaded.