Updated Song (markdown)
+5
-5
@@ -1,21 +1,21 @@
|
||||
### Uploading Song
|
||||
### Uploading song
|
||||
**URI**: https://icarus-demo.com/api/v1/song/data
|
||||
**Method**: Post
|
||||
**Content type**: multipart/form-data
|
||||
**Authorization**: Bearer ``token``
|
||||
**File**: @file=/path/to/song/you/wish/to/upload.mp3
|
||||
|
||||
### Downloading Song
|
||||
### Downloading song
|
||||
**URI**: https://icarus-demo.com/api/v1/song/data/id
|
||||
**Method**: Get
|
||||
**Authorization**: Bearer ``token``
|
||||
|
||||
### Delete Song
|
||||
### Delete song
|
||||
**URL**: https://icarus-demo.com/api/v1/song/id
|
||||
**Method**: Delete
|
||||
**Authorization**: Bearer ``token``
|
||||
|
||||
### Updating Song Metadata
|
||||
### Updating song metadata
|
||||
**URI**: https://icarus-demo.com/api/v1/song/id
|
||||
**Method**: Update
|
||||
**Content type**: application/json
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
```
|
||||
|
||||
### Retrieve Song Metadata
|
||||
### Retrieve song metadata
|
||||
**URI**: https://icarus-demo.com/api/v1/song/id
|
||||
**Method**: Get
|
||||
**Content type**: application/json
|
||||
|
||||
Reference in New Issue
Block a user