Learn R Programming

paws.networking (version 0.2.0)

apigateway_create_documentation_version: Creates a documentation version

Description

Creates a documentation version

See https://paws-r.github.io/docs/apigateway/create_documentation_version.html for full documentation.

Usage

apigateway_create_documentation_version(
  restApiId,
  documentationVersion,
  stageName = NULL,
  description = NULL
)

Arguments

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.