UpdateUser is the method to update user. Permissions: authorizer:admin
(ctx context.Context, params *model.UpdateUserRequest)
| 170 | // UpdateUser is the method to update user. |
| 171 | // Permissions: authorizer:admin |
| 172 | UpdateUser(ctx context.Context, params *model.UpdateUserRequest) (*model.User, error) |
| 173 | // UpdateWebhook is the method to update webhook. |
| 174 | // Permissions: authorizer:admin |
| 175 | UpdateWebhook(ctx context.Context, params *model.UpdateWebhookRequest) (*model.Response, error) |
no outgoing calls