Files
gaps/test_cases.txt
Jason House ead9c71464 Hardening code
Adding better error handling
Adding address/port support
2019-05-23 15:56:42 -04:00

43 lines
783 B
Plaintext

{}
{
"timestamp": "2019-05-23T18:16:17.402+0000",
"status": 422,
"error": "Unprocessable Entity",
"message": "Missing Movie DB Api Key. This field is required for Gaps.",
"path": "/submit"
}
####
{
"movieDbApiKey":"test"
}
{
"timestamp": "2019-05-23T18:16:32.154+0000",
"status": 422,
"error": "Unprocessable Entity",
"message": "Must search from Plex and/or Folders. One or both of these fields is required for Gaps.",
"path": "/submit"
}
####
{
"movieDbApiKey":"test",
"searchFromPlex": true
}
{
"timestamp": "2019-05-23T18:17:05.369+0000",
"status": 422,
"error": "Unprocessable Entity",
"message": "Missing Plex Movie Collection Urls. This field is required to search from Plex.",
"path": "/submit"
}
####