ConversationService.Update Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Update(Conversation, bool)
Updates a Conversation object in the repository.
public static Conversation Update(Conversation conversation, bool sudo = false)
Parameters
- conversation
- Conversation
Conversation object to update.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
Conversation
The updated conversation