Docs Menu
API Developer Guide / middleware / pub / specs / postman / v3 / exportSwagger

Service: exportSwagger

This service exports a single Swagger 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 exported Swagger document should be available for download.
fqns: String The fully qualified name (fqn) representing the Swagger document to be exported.

Output Parameter:

Name Type Description
*multipart: Object The exported Swagger document.