Skip to content

Commit 1d5dbf2

Browse files
committed
Updated readme to include form.create
1 parent 1d77c2e commit 1d5dbf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Each one of them encapsulates the operations related to it (like listing, updati
9393
- Get a typeform by UID
9494
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/retrieve-form/).
9595

96+
#### `forms.create({ data = {} })`
97+
- Create a typeform
98+
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/create-form/).
99+
96100
#### `forms.update({ uid, data = {}, override = false })`
97101
- Update a typeform by UID
98102
- Returns a typeform with the payload [referenced here](https://developer.typeform.com/create/reference/update-form/).

0 commit comments

Comments
 (0)