Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Changes information about the BasePathMapping resource.
1 2 | apigateway_update_base_path_mapping(domainName, basePath,
patchOperations)
|
domainName |
[required] [Required] The domain name of the BasePathMapping resource to change. |
basePath |
[required] [Required] The base path of the BasePathMapping resource to change. To specify an empty base path, set this parameter to |
patchOperations |
A list of update operations to be applied to the specified resource and in the order specified in this list. |
A list with the following syntax:
1 2 3 4 5 | list(
basePath = "string",
restApiId = "string",
stage = "string"
)
|
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.