pub async fn update_segment(
configuration: &Configuration,
app_id: &str,
segment_id: &str,
update_segment_request: Option<UpdateSegmentRequest>,
) -> Result<UpdateSegmentSuccessResponse, Error<UpdateSegmentError>>Expand description
Update an existing segment’s name and/or filters. The name parameter is always required. When filters are provided, all existing filters are replaced with the new ones.