AddWebhook is the method to add webhook. Permissions: authorizer:admin
(ctx context.Context, params *model.AddWebhookRequest)
| 84 | // AddWebhook is the method to add webhook. |
| 85 | // Permissions: authorizer:admin |
| 86 | AddWebhook(ctx context.Context, params *model.AddWebhookRequest) (*model.Response, error) |
| 87 | // AdminLogin is the method to login as admin. |
| 88 | // Permissions: none |
| 89 | AdminLogin(ctx context.Context, params *model.AdminLoginRequest) (*model.Response, error) |
no outgoing calls