aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-27 12:07:14 +0100
committerneodarz <neodarz@neodarz.net>2017-02-27 12:07:14 +0100
commit16e2015fbb886070388620b4d28aa3424c1d2057 (patch)
treedc0118202073b0e87c28f5cc660e84c8858399ec
parent6802b695ddc020e729b9a1044d4119c07a5884fa (diff)
downloadthe_transcriber_backend-16e2015fbb886070388620b4d28aa3424c1d2057.tar.xz
the_transcriber_backend-16e2015fbb886070388620b4d28aa3424c1d2057.zip
Remove the form for audio_duration
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84b4dc2..6eba7fb 100644
--- a/README.md
+++ b/README.md
@@ -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: