View source: R/apigateway_operations.R
apigateway_create_documentation_version | R Documentation |
Creates a documentation version
See https://www.paws-r-sdk.com/docs/apigateway_create_documentation_version/ for full documentation.
apigateway_create_documentation_version(
restApiId,
documentationVersion,
stageName = NULL,
description = NULL
)
restApiId |
[required] The string identifier of the associated RestApi. |
documentationVersion |
[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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.