@@ -90,7 +90,7 @@ Data to embed into the PDF. Supported `payload` types are:
9090
9191Queries the GraphQL API and returns a list of available casts.
9292
93- By default, this will retrieve the ` 'eid', 'title', 'fieldInfo' ` fields for the
93+ By default, this will retrieve the ` 'eid', 'title', 'fieldInfo' ` fields for the
9494casts, but this can be changed with the ` fields ` argument.
9595
9696* ` fields ` - (Optional) list of fields to return for each Cast
@@ -114,14 +114,14 @@ Fetching the welds is the best way to fetch the data submitted to a given workfl
114114
115115### Anvil.get_current_user
116116
117- Returns the currently logged in user. You can generally get a lot of what you
117+ Returns the currently logged in user. You can generally get a lot of what you
118118may need from this query.
119119
120120### Anvil.download_documents
121121
122- Retrieves zip file data from the API with a given docoument eid.
122+ Retrieves zip file data from the API with a given docoument eid.
123123
124- When all parties have signed an Etch Packet, you can fetch the completed
124+ When all parties have signed an Etch Packet, you can fetch the completed
125125documents in zip form with this API call.
126126
127127* ` document_group_eid ` - The eid of the document group you wish to download.
@@ -130,8 +130,8 @@ documents in zip form with this API call.
130130
131131Generates a signing URL for a given signature process.
132132
133- By default, we will solicit all signatures via email. However, if you'd like
134- to embed the signature process into one of your own flows we support this as
133+ By default, we will solicit all signatures via email. However, if you'd like
134+ to embed the signature process into one of your own flows we support this as
135135well.
136136
137137* ` signer_eid ` - eid of the signer. This can be found in the response of the
@@ -184,4 +184,4 @@ headers = res["headers"]
184184
185185# No headers
186186res = anvil.fill_pdf(" some_template_id" , payload, include_headers = False )
187- ```
187+ ```
0 commit comments