Changes information about the BasePathMapping resource.
See https://paws-r.github.io/docs/apigateway/update_base_path_mapping.html for full documentation.
apigateway_update_base_path_mapping(
domainName,
basePath,
patchOperations = NULL
)
[required] The domain name of the BasePathMapping resource to change.
[required] The base path of the BasePathMapping resource to change.
To specify an empty base path, set this parameter to '(none)'
.
For more information about supported patch operations, see Patch Operations.