ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.4

This commit is contained in:
speakeasybot
2024-02-24 00:52:10 +00:00
parent 8adca97ad6
commit 3e5d0f5c86
76 changed files with 1029 additions and 1013 deletions

View File

@@ -22,7 +22,8 @@ This will mark the provided media key as Played.
<?php
declare(strict_types=1);
require_once 'vendor/autoload.php';
require 'vendor/autoload.php';
use \LukeHagar\Plex_API;
use \LukeHagar\Plex_API\Models\Components;
@@ -68,7 +69,8 @@ This will mark the provided media key as Unplayed.
<?php
declare(strict_types=1);
require_once 'vendor/autoload.php';
require 'vendor/autoload.php';
use \LukeHagar\Plex_API;
use \LukeHagar\Plex_API\Models\Components;
@@ -115,7 +117,8 @@ This API command can be used to update the play progress of a media item.
<?php
declare(strict_types=1);
require_once 'vendor/autoload.php';
require 'vendor/autoload.php';
use \LukeHagar\Plex_API;
use \LukeHagar\Plex_API\Models\Components;