pub async fn update(
id: &str,
add: Vec<UpdateAdd>,
remove: Vec<UpdateRemove>,
new_mark: Option<Mark>,
update_labels: Vec<CreateLabel>,
update_cases: Vec<CaseUpdate>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<UpdateResponse>, Error>
Expand description
Update a mark
Arguments
id
- The ID to updateclient_sender
- Reference to the tokio channel into the client