This endpoint accepts file uploads for the specified event registration. You can PUT to this endpoint once for each file upload field on your registration form by passing different fieldLabel values. Subsequent PUTs for the same fieldLabel will overwrite the previously uploaded file. If your client does not automatically do so, ensure you've included the file name in the Content-Disposition header (example: Content-Disposition: form-data; name="fieldLabel"; filename="profile_pic.png").
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Successfully updated response
201Successfully created response
400Bad request
401The request contained an invalid token or none at all.
403Token is not permitted to access this resource.
404Resource requested could not be found.
415Missing or incorrect Content-type header; this endpoint accepts only multipart/form-data.
