From ef37020dd79504446ef65a6eeebc089177754f2f Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sat, 26 Oct 2019 10:37:46 -0400 Subject: [PATCH] Updated Song (markdown) --- Song.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Song.md b/Song.md index 00466e3..b344293 100644 --- a/Song.md +++ b/Song.md @@ -4,6 +4,20 @@ **Content type**: multipart/form-data **Authorization**: Bearer ``token`` **File**: @file=/path/to/song/you/wish/to/upload.mp3 +**Response body**: +```Json +{ + "id" : 12, + "title" : "Wood Would", + "artist" : "Young Thug", + "album" : "Slime Season", + "genre" : "Hip-Hop", + "track": 17, + "disc": 1, + "year" : 2015, + "duration" : 209 +} +``` ### Downloading song **URI**: https://icarus-demo.com/api/v1/song/data/id