ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4

This commit is contained in:
speakeasybot
2025-04-20 00:11:33 +00:00
parent f1b7dcb619
commit 6ebc04fe84
29 changed files with 3380 additions and 96 deletions

View File

@@ -14,9 +14,9 @@ module PlexRubySDK
extend T::Sig
class Playlists
extend T::Sig
# Playlists are ordered collections of media. They can be dumb (just a list of media) or smart (based on a media query, such as "all albums from 2017").
# Playlists are ordered collections of media. They can be dumb (just a list of media) or smart (based on a media query, such as "all albums from 2017").
# They can be organized in (optionally nesting) folders.
# Retrieving a playlist, or its items, will trigger a refresh of its metadata.
# Retrieving a playlist, or its items, will trigger a refresh of its metadata.
# This may cause the duration and number of items to change.
#