diff --git a/instill/clients/pipeline.py b/instill/clients/pipeline.py index 1254b12..baf2175 100644 --- a/instill/clients/pipeline.py +++ b/instill/clients/pipeline.py @@ -335,12 +335,9 @@ def update_pipeline( update_mask = field_mask_pb2.FieldMask() update_mask.paths.extend( [ + "description", "recipe", - "readme", - "tags", - "source_url", - "documentation_url", - "license", + "raw_recipe", ] )