Skip to content

changeStatus

evilhero edited this page Mar 12, 2022 · 1 revision

[API] changeStatus

action: Change the status of a specific series, or all series from one status to another.

restrictions:

  • action will be restricted based on options used.

argument required

  • id --> (only one may be chosen):

    • A specific comicid (not 4050-XXXXXX, but just XXXXXX)

    • All --> will perform action on all series in the watchlist.

  • status_from --> status' to change from

  • status_to --> what the status' will be upon completion

response Type: json

example call (with response):

http://localhost:8090/api?cmd=changeStatus&id=All&status_from=Skipped&status_to=Wanted&apikey=<apikey>

 {
  "success": true, 
  "data": "Updated 55 Issues from a status of Skipped to Wanted."
 }