paws.networking (version 0.1.6)

apigateway_update_usage_plan: Updates a usage plan of a given plan Id

Description

Updates a usage plan of a given plan Id.

Usage

apigateway_update_usage_plan(usagePlanId, patchOperations)

Arguments

usagePlanId

[required] [Required] The Id of the to-be-updated usage plan.

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_usage_plan(
  usagePlanId = "string",
  patchOperations = list(
    list(
      op = "add"|"remove"|"replace"|"move"|"copy"|"test",
      path = "string",
      value = "string",
      from = "string"
    )
  )
)