paws.networking (version 0.5.0)

apigateway_update_base_path_mapping: Changes information about the BasePathMapping resource

Description

Changes information about the BasePathMapping resource.

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

Usage

apigateway_update_base_path_mapping(
  domainName,
  basePath,
  patchOperations = NULL
)

Arguments

domainName

[required] The domain name of the BasePathMapping resource to change.

basePath

[required] The base path of the BasePathMapping resource to change.

To specify an empty base path, set this parameter to '(none)'.

patchOperations

For more information about supported patch operations, see Patch Operations.