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

Service: exportMultipleSwagger

This service is responsible for exporting multiple Swagger documents as a single downloadable multipart object. It takes in a payload that includes an array of fully qualified names (fqns) and a flag indicating whether the export should be downloadable.

Input Parameter:

Name Type Description
*payload: Document A document that contains the following parameters:
fqns: String Array An array of fully qualified names representing the Swagger documents to be exported.
isDownloadable: Boolean A boolean flag that, when set to true, indicates that the exported content should be made available for download as a multipart object.

Output Parameter:

Name Type Description
multipart: Object A collection of exported Swagger documents