Swagger
Use the
Swagger utility to execute a Swagger API request. This utility supports
OpenAPI 2.0 and
OpenAPI 3.0 specifications.
Release version
8.4.1
Supported action
Supported trigger
No Swagger triggers are available.
Supported connector types
▪ OAuth (Named User)
▪ OAuth (Session User)
Limitations
◦ In OpenAPI 3.0 specification, the server field has an option of defining multiple base URLs. The current implementation does not support this option. Instead, the first base URL is taken from the server array.
◦ application/json and application/x-www-form-urlencoded are allowed in the request. Wildcard is not allowed. For the response, application/json is allowed.
◦ File or image upload and download is not supported.
◦ Multipart or form data is not supported.
◦ The parameter serialization method is default for all the parameters.
◦ Use of one of, anyOf, allOf, and not is not supported in the type field.
◦ Multiple authentication is not allowed. All APIs should have the same authentication.