aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-14 11:50:49 +0100
committerneodarz <neodarz@neodarz.net>2017-02-14 11:50:49 +0100
commit6bc9aa5b14d8ed961e7e1dba02712fa0fc2eebcd (patch)
tree3f903459b5da109b813f5e9a822e7db6e8a63253 /README.md
parentcacce618dd4000e425c2314dd1ce594f847f7b75 (diff)
downloadthe_transcriber_backend-6bc9aa5b14d8ed961e7e1dba02712fa0fc2eebcd.tar.xz
the_transcriber_backend-6bc9aa5b14d8ed961e7e1dba02712fa0fc2eebcd.zip
Add more info about how to use this API
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ebddd8..f361382 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,5 @@ 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`
+
+You can also view the content of the database with this web page : `http://127.0.0.1:4000/audio_file`