Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Describes existing Models defined for a RestApi resource.
1 | apigateway_get_models(restApiId, position, limit)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
position |
The current pagination position in the paged result set. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 |
1 2 3 4 5 | svc$get_models(
restApiId = "string",
position = "string",
limit = 123
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.