The docs (wiki/configuration/3.7/api#addur) state it should return
Code: Select all
{
"status": true,
"nzo_ids": ["SABnzbd_nzo_kyt1f0"]
}
Code: Select all
{'status': True, 'nzo_ids': ['SABnzbd_nzo_vfglszd6']}
* Info: Replaced incorrect quotes.
* Info: Converted true to lowercase.
While "some" parses may fix this, I'm using Swift, which won't auto correct this - based on my limited testing, this seems to be the only response which uses single quotes (and true is incorrectly formatted)
(Apologies, I did a quick search, but could not find any other response which seemed to match this issue)