View source: R/apigateway_operations.R
apigateway_create_resource | R Documentation |
Creates a Resource resource.
See https://www.paws-r-sdk.com/docs/apigateway_create_resource/ for full documentation.
apigateway_create_resource(restApiId, parentId, pathPart)
restApiId |
[required] The string identifier of the associated RestApi. |
parentId |
[required] The parent resource's identifier. |
pathPart |
[required] The last path segment for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.