refreshSeriesjson - evilhero/mylar3 GitHub Wiki

[API] refreshSeriesjson

action: refresh / create the series.json files in a threaded background job.

restrictions: argument provided will restrict the data-set.

arguments allowed (only one may be chosen):

  • will accept values in a list format, or a specific comicid
  • will also accept specific value of:
    • missing-> will perform action on all series that do not currently have a series.json file.
    • all --> will perform action on all series in the watchlist.
    • refresh-missing --> as per the missing value, but will refresh each series in order to make sure data is current.

response Type: json

response:

  • As per seriesjsonListing API endpoint, with missing either enabled or not depending on the value of refresh_missing
  • The success field in response json is the success of the seriesjsonListing endpoint, since the background job is threaded.

example call: http://localhost:8090/api?cmd=refreshSeriesjson&comicid=missing&apikey=<apikey>

⚠️ **GitHub.com Fallback** ⚠️