UpdateWebhook is the method to update webhook. Permissions: authorizer:admin
(ctx context.Context, params *model.UpdateWebhookRequest)
| 173 | // UpdateWebhook is the method to update webhook. |
| 174 | // Permissions: authorizer:admin |
| 175 | UpdateWebhook(ctx context.Context, params *model.UpdateWebhookRequest) (*model.Response, error) |
| 176 | // User is the method to get user. |
| 177 | // Permissions: authorizer:admin |
| 178 | User(ctx context.Context, params *model.GetUserRequest) (*model.User, error) |
no outgoing calls