Update an existing rule.
(ctx context.Context, id string, r *management.Rule, opts ...management.RequestOption)
| 20 | |
| 21 | // Update an existing rule. |
| 22 | Update(ctx context.Context, id string, r *management.Rule, opts ...management.RequestOption) error |
| 23 | |
| 24 | // Delete a rule. |
| 25 | Delete(ctx context.Context, id string, opts ...management.RequestOption) error |
no outgoing calls