Flush Stage Cache
apigateway_flush_stage_cache | R Documentation |
Flushes a stage's cache¶
Description¶
Flushes a stage's cache.
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. |
Value¶
An empty list.
Request syntax¶
svc$flush_stage_cache(
restApiId = "string",
stageName = "string"
)