View source: R/apigatewayv2_operations.R
apigatewayv2_import_api | R Documentation |
Imports an API.
See https://www.paws-r-sdk.com/docs/apigatewayv2_import_api/ for full documentation.
apigatewayv2_import_api(Basepath = NULL, Body, FailOnWarnings = NULL)
Basepath |
Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs. |
Body |
[required] The OpenAPI definition. Supported only for HTTP APIs. |
FailOnWarnings |
Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.