View source: R/apigateway_operations.R
apigateway_get_export | R Documentation |
Exports a deployed version of a RestApi in a specified format.
See https://www.paws-r-sdk.com/docs/apigateway_get_export/ for full documentation.
apigateway_get_export(
restApiId,
stageName,
exportType,
parameters = NULL,
accepts = NULL
)
restApiId |
[required] The string identifier of the associated RestApi. |
stageName |
[required] The name of the Stage that will be exported. |
exportType |
[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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.