Upload file

Returns an s3 presigned URL for upload

PUT https://api.formdr.com/api/v1/practice/{practiceId}/submissions/{submissionId}

Path Parameters

NameTypeDescription

practiceId*

String

Practice ID

submissionId*

String

Submission ID

Request Body

NameTypeDescription

fileName*

String

mimeType*

String

fileSize*

Number

fieldName*

String

"s3 presigned URL"

fieldName must match the field name of the file upload to display on the form.

If a file already exists for a field, it will be replaced by the upload.

Last updated