Skip to content

Commit 2e6d12f

Browse files
committed
Bug fix
1 parent e8447aa commit 2e6d12f

File tree

1 file changed

+2
-0
lines changed
  • intercom_python_sdk/apis/help_center

1 file changed

+2
-0
lines changed

intercom_python_sdk/apis/help_center/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def update(self):
190190
schema = hc_schemas.CollectionSchema().load(data)
191191
self.api_client.update_collection_by_id(self.id, schema)
192192

193+
return self
194+
193195

194196
class CollectionList(ModelBase):
195197
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)