Creates a documentation version
See https://paws-r.github.io/docs/apigateway/create_documentation_version.html for full documentation.
apigateway_create_documentation_version(
restApiId,
documentationVersion,
stageName = NULL,
description = NULL
)
[required] The string identifier of the associated RestApi.
[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.