apigateway_create_documentation_version: Creates a documentation version

View source: R/apigateway_operations.R

apigateway_create_documentation_versionR Documentation

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.