apigatewayv2_reimport_api: Puts an Api resource

View source: R/apigatewayv2_operations.R

apigatewayv2_reimport_apiR Documentation

Puts an Api resource

Description

Puts an Api resource.

See https://www.paws-r-sdk.com/docs/apigatewayv2_reimport_api/ for full documentation.

Usage

apigatewayv2_reimport_api(ApiId, Basepath = NULL, Body, FailOnWarnings = NULL)

Arguments

ApiId

[required] The API identifier.

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.