Changes information about the BasePathMapping resource.
See https://www.paws-r-sdk.com/docs/apigateway_update_base_path_mapping/ for full documentation.
apigateway_update_base_path_mapping(
domainName,
domainNameId = NULL,
basePath,
patchOperations = NULL
)
[required] The domain name of the BasePathMapping resource to change.
The identifier for the domain name resource. Supported only for private custom domain names.
[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.