ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0

This commit is contained in:
speakeasybot
2024-02-23 14:49:43 +00:00
parent bbed03f967
commit 6748e94a9a
3327 changed files with 2918 additions and 65299 deletions

View File

@@ -94,12 +94,12 @@ func main() {
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
var xPlexClientIdentifier string = "string"
var xPlexClientIdentifier string = "<value>"
var strong *bool = false
var strong *bool = plexgo.Bool(false)
ctx := context.Background()
res, err := s.Plex.Tv.GetPin(ctx, operations.WithServerURL("https://plex.tv/api/v2"), xPlexClientIdentifier, strong)
res, err := s.Plex.GetPin(ctx, operations.WithServerURL("https://plex.tv/api/v2"), xPlexClientIdentifier, strong)
if err != nil {
log.Fatal(err)
}