Updated Song (markdown)
+3
@@ -18,6 +18,7 @@
|
|||||||
### 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
|
||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
**Request body**:
|
**Request body**:
|
||||||
```Json
|
```Json
|
||||||
@@ -33,6 +34,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
|
||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
**Response body**:
|
**Response body**:
|
||||||
```Json
|
```Json
|
||||||
@@ -51,6 +53,7 @@
|
|||||||
### Retrieve all Song Metadata
|
### Retrieve all Song Metadata
|
||||||
**URI**: https://icarus-demo.com/api/v1/song
|
**URI**: https://icarus-demo.com/api/v1/song
|
||||||
**Method**: Get
|
**Method**: Get
|
||||||
|
**Content type**: application/json
|
||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
**Response body**:
|
**Response body**:
|
||||||
```Json
|
```Json
|
||||||
|
|||||||
Reference in New Issue
Block a user