Created Artist (markdown)

master
Qstick 6 years ago
parent 05dd7f7fe3
commit 8d5d2b00d7

@ -0,0 +1,41 @@
**Endpoint: "/artist"**
## GET ##
##### Summary #####
Returns all artists in your collection
##### Parameters ######
*None*
##### Returns JsonArray ######
## GET/{id} ##
##### Summary #####
Returns the artist with the matching ID or 404 if no matching artist is found
##### Parameters ######
`id (int)`
##### Returns JsonObject ######
## DELETE/{id} ##
##### Summary #####
Delete the artist with the given ID
##### Parameters ######
Required:
`id (int)`
Optional:
`deleteFiles (bool)` - if true the series folder and all files will be deleted when the series is deleted
##### Returns JsonObject ######
````JSON
{}
````
Loading…
Cancel
Save