gho21
Results
2
comments of
gho21
really impressive stuff, thanks!
what is the syntax to create a section? I tried passing in category Id and the Section object: sect_obj = guide_obj.Section(name="Avionics", description="airborne", locale="en-us",manageable_by="staff", user_segment_id=360000258652L) zenpy_client.help_center.sections.create(360000377312L, sect_obj) but got: TypeError: create()...