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