Create documentation version
apigateway_create_documentation_version(restApiId, documentationVersion,
stageName, description)[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The version identifier of the new snapshot.
The stage name to be associated with the new documentation snapshot.
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" )