paws.networking (version 0.1.6)

apigateway_flush_stage_cache: Flushes a stage's cache

Description

Flushes a stage\'s cache.

Usage

apigateway_flush_stage_cache(restApiId, stageName)

Arguments

restApiId

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

stageName

[required] [Required] The name of the stage to flush its cache.

Request syntax

svc$flush_stage_cache(
  restApiId = "string",
  stageName = "string"
)