View source: R/apigateway_operations.R
apigateway_update_base_path_mapping | R Documentation |
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,
basePath,
patchOperations = NULL
)
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 |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.