Exports a deployed version of a RestApi in a specified format
Exports a deployed version of a RestApi in a specified format.
apigateway_get_export(restApiId, stageName, exportType, parameters, accepts)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
stageName |
[required] [Required] The name of the Stage that will be exported. |
exportType |
[required] [Required] The type of export. Acceptable values are 'oas30' for OpenAPI 3.0.x and 'swagger' for Swagger/OpenAPI 2.0. |
parameters |
A key-value map of query string parameters that specify properties of
the export, depending on the requested |
accepts |
The content-type of the export, for example |
A list with the following syntax:
list( contentType = "string", contentDisposition = "string", body = raw )
svc$get_export( restApiId = "string", stageName = "string", exportType = "string", parameters = list( "string" ), accepts = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.