UpdateProfile is the method to update profile. Permissions: authorized user
(ctx context.Context, params *model.UpdateProfileRequest)
| 167 | // UpdateProfile is the method to update profile. |
| 168 | // Permissions: authorized user |
| 169 | UpdateProfile(ctx context.Context, params *model.UpdateProfileRequest) (*model.Response, error) |
| 170 | // UpdateUser is the method to update user. |
| 171 | // Permissions: authorizer:admin |
| 172 | UpdateUser(ctx context.Context, params *model.UpdateUserRequest) (*model.User, error) |
no outgoing calls