/file - Uploads a file to a record
/file - Uploads a file to a record
POST a file to add a file.
If request has an image or file uuid, that file will be replaced.
If the request has an empty file_uuid, the post body must include the file or image field UUID and the resulting file will be added to that field or will replace if an existing file is present (when the field is set to single upload only).
Query parameters
XDEBUG_SESSION_START
Request
This endpoint expects a multipart form containing a file.
name
file
dataset_uuid
template_field_uuid
user_email
field_uuid
record_uuid
Response headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Access-Control-Expose-Headers
Access-Control-Max-Age
Cache-Control
X-Debug-Token
X-Debug-Token-Link
Keep-Alive
Response
OK
database_uuid
internal_id
record_name
record_uuid
template_uuid
metadata_for_uuid
_record_metadata
fields
records

