apigateway_update_stage {paws.networking} | R Documentation |
Changes information about a Stage resource
Description
Changes information about a Stage resource.
See https://www.paws-r-sdk.com/docs/apigateway_update_stage/ for full documentation.
Usage
apigateway_update_stage(restApiId, stageName, patchOperations = NULL)
Arguments
restApiId |
[required] The string identifier of the associated RestApi. |
stageName |
[required] The name of the Stage resource to change information about. |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
[Package paws.networking version 0.7.0 Index]