Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
1 | apigateway_get_model_template(restApiId, modelName)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
modelName |
[required] [Required] The name of the model for which to generate a template. |
A list with the following syntax:
1 2 3 | list(
value = "string"
)
|
1 2 3 4 | svc$get_model_template(
restApiId = "string",
modelName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.