Skip to content

Commit 8435fd9

Browse files
committed
fix: documentation arg names
1 parent cd659b2 commit 8435fd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
8383

8484
### Forms
8585

86-
#### `forms.list({ page: 1, page_size = 10, search = '' })`
86+
#### `forms.list({ page: 1, pageSize = 10, search = '' })`
8787
- Get a list of your typeforms
8888
- Returns a list of typeform with the payload [refenced here](https://developer.typeform.com/create/reference/retrieve-forms/).
8989

@@ -115,7 +115,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
115115
- `backgroundSize`: default, thumbnail, mobile, tablet
116116
- `choiceSize`: default, thumbnail, supersize, supermobile, supersizefit, supermobilefit
117117

118-
#### `images.add({ image, media_type, file_name })`
118+
#### `images.add({ image, mediaType, fileName })`
119119
- Update an image to Typeform
120120

121121
#### `images.delete({ id })`
@@ -138,7 +138,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
138138

139139
### Themes
140140

141-
#### `themes.list({ page, page_size })`
141+
#### `themes.list({ page, pageSize })`
142142
- Gets your themes collection
143143
- `page`: default `1`
144144
- `page_size: default `10`
@@ -159,7 +159,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
159159

160160
### Workspaces
161161

162-
#### `workspaces.list({ page, page_size, search })`
162+
#### `workspaces.list({ page, pageSize, search })`
163163
- Gets your workspaces
164164
- `page`: default `1`
165165
- `page_size: default `10`

0 commit comments

Comments
 (0)