Skip to content

Commit e7ccad1

Browse files
exclude kitem contexts while updating kitems
1 parent e9db706 commit e7ccad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsms/knowledge/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def _update_kitem(new_kitem: "KItem", old_kitem: "Dict[str, Any]") -> Response:
363363
"created_at",
364364
"dataframe",
365365
"access_url",
366+
"contexts",
366367
},
367368
exclude_defaults=True,
368369
)

0 commit comments

Comments
 (0)