ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.406.0

This commit is contained in:
speakeasybot
2024-10-03 00:10:47 +00:00
parent 636840a553
commit dc815780a6
128 changed files with 5089 additions and 2452 deletions

View File

@@ -7,8 +7,8 @@ import (
)
type GetMediaProvidersRequest struct {
// Plex Authentication Token
XPlexToken string `queryParam:"style=form,explode=true,name=X-Plex-Token"`
// An authentication token, obtained from plex.tv
XPlexToken string `header:"style=simple,explode=false,name=X-Plex-Token"`
}
func (o *GetMediaProvidersRequest) GetXPlexToken() string {