Updated Song (markdown)
+5
-5
@@ -1,21 +1,21 @@
|
|||||||
### Uploading Song
|
### Uploading song
|
||||||
**URI**: https://icarus-demo.com/api/v1/song/data
|
**URI**: https://icarus-demo.com/api/v1/song/data
|
||||||
**Method**: Post
|
**Method**: Post
|
||||||
**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
|
||||||
|
|
||||||
### Downloading Song
|
### Downloading song
|
||||||
**URI**: https://icarus-demo.com/api/v1/song/data/id
|
**URI**: https://icarus-demo.com/api/v1/song/data/id
|
||||||
**Method**: Get
|
**Method**: Get
|
||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
|
|
||||||
### Delete Song
|
### Delete song
|
||||||
**URL**: https://icarus-demo.com/api/v1/song/id
|
**URL**: https://icarus-demo.com/api/v1/song/id
|
||||||
**Method**: Delete
|
**Method**: Delete
|
||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
|
|
||||||
### Updating Song Metadata
|
### Updating song metadata
|
||||||
**URI**: https://icarus-demo.com/api/v1/song/id
|
**URI**: https://icarus-demo.com/api/v1/song/id
|
||||||
**Method**: Update
|
**Method**: Update
|
||||||
**Content type**: application/json
|
**Content type**: application/json
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Retrieve Song Metadata
|
### Retrieve song metadata
|
||||||
**URI**: https://icarus-demo.com/api/v1/song/id
|
**URI**: https://icarus-demo.com/api/v1/song/id
|
||||||
**Method**: Get
|
**Method**: Get
|
||||||
**Content type**: application/json
|
**Content type**: application/json
|
||||||
|
|||||||
Reference in New Issue
Block a user