Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 002a7c7

Browse files
committed
GET form/:id/reports method description fix
1 parent 10393a8 commit 002a7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jotform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def get_form_reports(self, formID):
430430
"""Get all the reports of a form, such as excel, csv, grid, html, etc.
431431
432432
Args:
433-
formID (string): Forim ID is the numbers you see on a form URL. You can get form IDs when you call /user/forms.
433+
formID (string): Form ID is the numbers you see on a form URL. You can get form IDs when you call /user/forms.
434434
435435
Returns:
436436
List of all reports in a form, and other details about the reports such as title.

0 commit comments

Comments
 (0)