ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.404.5

This commit is contained in:
speakeasybot
2024-09-28 00:21:51 +00:00
parent d16abdad70
commit affe5d5a8c
38 changed files with 297 additions and 111 deletions

View File

@@ -1172,7 +1172,11 @@ actions:
deviceName: "Linux"
);
var res = await sdk.Plex.GetTokenByPinIdAsync(pinID: 408895);
GetTokenByPinIdRequest req = new GetTokenByPinIdRequest() {
PinID = 408895,
};
var res = await sdk.Plex.GetTokenByPinIdAsync(req);
// handle response
- target: $["paths"]["/playlists"]["get"]