pub async fn update_dm_routing_config_draft(
configuration: &mut Configuration,
params: UpdateDmRoutingConfigDraftParams,
) -> Result<RoutingConfigVersionResponse, Error<UpdateDmRoutingConfigDraftError>>Expand description
Update metadata on the draft version, such as its comment. If no draft exists, one is created automatically by cloning the active version.