paws.networking (version 0.5.0)

apigateway_create_documentation_version: Creates a documentation version

Description

Creates a documentation version

See https://www.paws-r-sdk.com/docs/apigateway_create_documentation_version/ 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.