TestEndpoint is the method to test endpoint. Permissions: authorizer:admin
(ctx context.Context, params *model.TestEndpointRequest)
| 161 | // TestEndpoint is the method to test endpoint. |
| 162 | // Permissions: authorizer:admin |
| 163 | TestEndpoint(ctx context.Context, params *model.TestEndpointRequest) (*model.TestEndpointResponse, error) |
| 164 | // UpdateEmailTemplate is the method to update email template. |
| 165 | // Permissions: authorizer:admin |
| 166 | UpdateEmailTemplate(ctx context.Context, params *model.UpdateEmailTemplateRequest) (*model.Response, error) |
no outgoing calls