How to refresh a single series via URL. The PlexWeb client is able to do so, so there must be a way.

Hi…

In the official faq page there is only an explanation how to refresh whole sections/libraries via URL:
https://support.plex.tv/hc/en-us/articles/201638786-Plex-Media-Server-URL-Commands

Iam looking for the “same” functionality but targeting a single Series only.
This is possible through the plex Web client, so basically there must be a URL for that, or am i wrong?

Any help appreciated…
cheers!

You need to get the key of the show, and then issue a PUT like:

http://MyPlexServer:32400/library/metadata/17400/refresh

/T

that i tried already…

any other suggestions?

I just verified this with the plexapi library for python.
Same result: 405 Method not allowed.

Server: PMS on NVIDIA Shield

Working fine here, but as said, it’s a PUT, and not a GET

/T

Ah i see…
My bad and apparently plexapi has it wrong as well :wink:
verified with a PUT and worked.