@@ -83,7 +83,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
83
83
84
84
### Forms
85
85
86
- #### ` forms.list({ page: 1, page_size = 10, search = '' }) `
86
+ #### ` forms.list({ page: 1, pageSize = 10, search = '' }) `
87
87
- Get a list of your typeforms
88
88
- Returns a list of typeform with the payload [ refenced here] ( https://developer.typeform.com/create/reference/retrieve-forms/ ) .
89
89
@@ -115,7 +115,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
115
115
- ` backgroundSize ` : default, thumbnail, mobile, tablet
116
116
- ` choiceSize ` : default, thumbnail, supersize, supermobile, supersizefit, supermobilefit
117
117
118
- #### ` images.add({ image, media_type, file_name }) `
118
+ #### ` images.add({ image, mediaType, fileName }) `
119
119
- Update an image to Typeform
120
120
121
121
#### ` images.delete({ id }) `
@@ -138,7 +138,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
138
138
139
139
### Themes
140
140
141
- #### ` themes.list({ page, page_size }) `
141
+ #### ` themes.list({ page, pageSize }) `
142
142
- Gets your themes collection
143
143
- ` page ` : default ` 1 `
144
144
- ` page_size: default ` 10`
@@ -159,7 +159,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
159
159
160
160
### Workspaces
161
161
162
- #### ` workspaces.list({ page, page_size , search }) `
162
+ #### ` workspaces.list({ page, pageSize , search }) `
163
163
- Gets your workspaces
164
164
- ` page ` : default ` 1 `
165
165
- ` page_size: default ` 10`
0 commit comments