Updated Artist (markdown)

Kun Deng
2019-07-18 19:57:08 -04:00
parent c38e3fc443
commit c8dbedb728
+17 -2
@@ -19,6 +19,21 @@
**Authorization**: Bearer ``token``
**Response body**:
```Json
{
}
[
{
"id" : 1,
"name" : "Soko",
"song_count" : 1
},
{
"id" : 2,
"name" : "Kendrick Lamar",
"song_count" : 1
},
{
"id" : 3,
"name" : "Gerald Albright",
"song_count" : 1
},
]
```