apigateway_flush_stage_cache {paws.networking}R Documentation

Flushes a stage's cache

Description

Flushes a stage's cache.

See https://www.paws-r-sdk.com/docs/apigateway_flush_stage_cache/ for full documentation.

Usage

apigateway_flush_stage_cache(restApiId, stageName)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

stageName

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


[Package paws.networking version 0.7.0 Index]