Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Get documentation version
1 | apigateway_get_documentation_version(restApiId, documentationVersion)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
documentationVersion |
[required] [Required] The version identifier of the to-be-retrieved documentation snapshot. |
A list with the following syntax:
1 2 3 4 5 6 7 | list(
version = "string",
createdDate = as.POSIXct(
"2015-01-01"
),
description = "string"
)
|
1 2 3 4 | svc$get_documentation_version(
restApiId = "string",
documentationVersion = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.