I need to update the taxonomy value of my post, so i tried with wp_set_object_terms() but it creates me a new value instead.
My taxonomy : 'expediteur'
The taxonomy value ID to be attached: 69
wp_set_object_terms( $post_id, '69', 'expediteur');
thanks for help