The Create a File API is unique in that it does not accept JSON but multipart/form-data as the content type. We should just add support this for this type.
Acceptance Criteria
- You can get an HTTP 2xx response when you call
create file.
- You can specify both
file, file_location and public when you call create with file.
The Create a File API is unique in that it does not accept JSON but
multipart/form-dataas the content type. We should just add support this for this type.Acceptance Criteria
createfile.file,file_locationandpublicwhen you callcreatewith file.