Updated Song (markdown)

Kun Deng
2019-10-26 10:37:46 -04:00
parent 450416d8c1
commit ef37020dd7
+14
@@ -4,6 +4,20 @@
**Content type**: multipart/form-data **Content type**: multipart/form-data
**Authorization**: Bearer ``token`` **Authorization**: Bearer ``token``
**File**: @file=/path/to/song/you/wish/to/upload.mp3 **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 ### Downloading song
**URI**: https://icarus-demo.com/api/v1/song/data/id **URI**: https://icarus-demo.com/api/v1/song/data/id