Create documentation version
Create documentation version
apigateway_create_documentation_version(restApiId, documentationVersion, stageName, description)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
documentationVersion |
[required] [Required] The version identifier of the new snapshot. |
stageName |
The stage name to be associated with the new documentation snapshot. |
description |
A description about the new documentation snapshot. |
A list with the following syntax:
list( version = "string", createdDate = as.POSIXct( "2015-01-01" ), description = "string" )
svc$create_documentation_version( restApiId = "string", documentationVersion = "string", stageName = "string", description = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.