diff options
author | neodarz <neodarz@neodarz.net> | 2017-02-27 12:07:14 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-02-27 12:07:14 +0100 |
commit | 16e2015fbb886070388620b4d28aa3424c1d2057 (patch) | |
tree | dc0118202073b0e87c28f5cc660e84c8858399ec | |
parent | 6802b695ddc020e729b9a1044d4119c07a5884fa (diff) | |
download | the_transcriber_backend-16e2015fbb886070388620b4d28aa3424c1d2057.tar.xz the_transcriber_backend-16e2015fbb886070388620b4d28aa3424c1d2057.zip |
Remove the form for audio_duration
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Ready to run in production? Please To upload a file: -`curl --form "audio_file[audio_path]=@RapportAssemblee.mp4" --form "audio_file[audio_name]=Rapport vidéo de l'assemblée" --form "audio_file[audio_duration]=03:20" http://127.0.0.1:4000/api/audio_file` +`curl --form "audio_file[audio_path]=@RapportAssemblee.mp4" --form "audio_file[audio_name]=Rapport vidéo de l'assemblée" http://127.0.0.1:4000/api/audio_file` To update a file: |