Updated Artist (markdown)
+17
-2
@@ -19,6 +19,21 @@
|
|||||||
**Authorization**: Bearer ``token``
|
**Authorization**: Bearer ``token``
|
||||||
**Response body**:
|
**Response body**:
|
||||||
```Json
|
```Json
|
||||||
{
|
[
|
||||||
}
|
{
|
||||||
|
"id" : 1,
|
||||||
|
"name" : "Soko",
|
||||||
|
"song_count" : 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id" : 2,
|
||||||
|
"name" : "Kendrick Lamar",
|
||||||
|
"song_count" : 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id" : 3,
|
||||||
|
"name" : "Gerald Albright",
|
||||||
|
"song_count" : 1
|
||||||
|
},
|
||||||
|
]
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user