pub async fn update_sequence(
configuration: &Configuration,
sequence_id: &str,
) -> Result<UpdateSequence200Response, Error<UpdateSequenceError>>Expand description
Update a sequence’s name, steps, or exit conditions. Active sequences can be updated without pausing.