LukeHagar / plex-api-spec

An open source Plex Media Server API Specification
MIT License
27 stars 8 forks source link

Updating Paylists [POST] to reflect that URI is required #7

Closed johnhebron closed 5 months ago

johnhebron commented 5 months ago

Testing out the [POST] paylists endpoint and it seems that without a URI you can not create a playlist.

Attempting in PostMan without URI:

Screenshot 2024-01-19 at 9 00 42 PM

Attempting in PostMan with URI:

Screenshot 2024-01-19 at 9 00 52 PM

I verified the playlist was successfully created in Plex once the URI was included. 👍