File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -517,12 +517,12 @@ def create_form(self, form):
517
517
""" Create a new form
518
518
519
519
Args:
520
- form (json ): Questions, properties and emails of new form.
520
+ form (array ): Questions, properties and emails of new form.
521
521
522
522
Returns:
523
523
New form.
524
524
"""
525
-
525
+
526
526
params = {}
527
527
528
528
for key in form .keys ():
@@ -539,13 +539,13 @@ def create_form(self, form):
539
539
return self .fetch_url ('/user/forms' , params , 'POST' )
540
540
541
541
def create_forms (self , form ):
542
- """ Create a new form
542
+ """ Create new forms
543
543
544
544
Args:
545
- form (json): Questions, properties and emails of new form .
545
+ form (json): Questions, properties and emails of forms .
546
546
547
547
Returns:
548
- New form .
548
+ New forms .
549
549
"""
550
550
551
551
return self .fetch_url ('/user/forms' , form , 'PUT' )
You can’t perform that action at this time.
0 commit comments