Changes information about the BasePathMapping resource
Source:R/apigateway_operations.R
apigateway_update_base_path_mapping.RdChanges 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,
domainNameId = NULL,
basePath,
patchOperations = NULL
)Arguments
- domainName
[required] The domain name of the BasePathMapping resource to change.
- domainNameId
The identifier for the domain name resource. Supported only for private custom domain names.
- 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.