Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
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 |