aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-03-07 11:45:08 +0100
committerneodarz <neodarz@neodarz.net>2017-03-07 11:45:08 +0100
commit2d7d92be4046f0eef03b8d7f4b5f851f4bc10ff0 (patch)
treefd2dc8fb6fb3d7d651609e763b016c4b2aa54ea0
parentfd41e8b77be59bd47cf8679ae375d30461ae5eff (diff)
downloadthe_transcriber_backend-2d7d92be4046f0eef03b8d7f4b5f851f4bc10ff0.tar.xz
the_transcriber_backend-2d7d92be4046f0eef03b8d7f4b5f851f4bc10ff0.zip
Fix example update address
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6eba7fb..76276db 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To upload a file:
To update a file:
-`curl --form "audio_file[audio_path]=@RapportAssemblee.mp4" --form "audio_file[audio_name]=RapportAssemblee.mp4" --form "audio_file[audio_duration]=00:00" -X PATCH http://127.0.0.1:4000/audio_file/42`
+`curl --form "audio_file[audio_path]=@RapportAssemblee.mp4" --form "audio_file[audio_name]=RapportAssemblee.mp4" --form "audio_file[audio_duration]=00:00" -X PATCH http://127.0.0.1:4000/api/audio_file/42`
To delete a file: