paws.networking (version 0.1.6)

apigateway_update_usage: Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key

Description

Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.

Usage

apigateway_update_usage(usagePlanId, keyId, patchOperations)

Arguments

usagePlanId

[required] [Required] The Id of the usage plan associated with the usage data.

keyId

[required] [Required] The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

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