mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Created Parse (markdown)
parent
5f0e534b6f
commit
2f90660389
1 changed files with 12 additions and 0 deletions
12
Parse.md
Normal file
12
Parse.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
**Endpoint: "/parse"**
|
||||
|
||||
## GET ##
|
||||
|
||||
##### Summary #####
|
||||
Returns the result of parsing a title. `artist` and `albums` will be returned only if the parsing matches to a specific artist and one or more albums. `artist` and `albums` will be formatted the same as [[Artist]] and [[Album]] responses.
|
||||
|
||||
##### Parameters ######
|
||||
|
||||
Required:
|
||||
|
||||
`title (string)`
|
Loading…
Reference in a new issue