ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.399.2

This commit is contained in:
speakeasybot
2024-09-18 15:03:35 +00:00
parent a7eedd3598
commit 2289036c2b
6 changed files with 29 additions and 17 deletions

View File

@@ -1433,7 +1433,7 @@ func (s *Plex) GetPin(ctx context.Context, request operations.GetPinRequest, opt
}
switch {
case httpRes.StatusCode == 200:
case httpRes.StatusCode == 201:
switch {
case utils.MatchContentType(httpRes.Header.Get("Content-Type"), `application/json`):
rawBody, err := getRawBody()