mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-21 11:58:37 -06:00
43 lines
783 B
Plaintext
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"
|
|
}
|
|
|
|
####
|