paws.networking (version 0.1.6)

apigateway_update_documentation_version: Update documentation version

Description

Update documentation version

Usage

apigateway_update_documentation_version(restApiId, documentationVersion,
  patchOperations)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi..

documentationVersion

[required] [Required] The version identifier of the to-be-updated documentation version.

patchOperations

A list of update operations to be applied to the specified resource and in the order specified in this list.

Request syntax

svc$update_documentation_version(
  restApiId = "string",
  documentationVersion = "string",
  patchOperations = list(
    list(
      op = "add"|"remove"|"replace"|"move"|"copy"|"test",
      path = "string",
      value = "string",
      from = "string"
    )
  )
)