POST v1/forms/{formId}/attachments/add?fileName={fileName}&apiToken={apiToken}
Add an attachment to an existing form
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formId |
The unique identifier for the form submission |
globally unique identifier |
Required |
fileName |
File name to be displayed for the attachment |
string |
Required |
apiToken |
Your API Token |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
None.