ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2

This commit is contained in:
speakeasybot
2025-11-13 00:34:37 +00:00
parent da1cc22aa5
commit 66d8250cb0
28 changed files with 477 additions and 324 deletions

View File

@@ -658,7 +658,7 @@ public class Application {
StopAllRefreshesResponse res = sdk.library().stopAllRefreshes()
.call();
if (res.requestHandlerSlashGetResponses200().isPresent()) {
if (res.librarySections().isPresent()) {
// handle response
}
}
@@ -718,7 +718,7 @@ public class Application {
.request(req)
.call();
if (res.requestHandlerSlashGetResponses200().isPresent()) {
if (res.librarySections().isPresent()) {
// handle response
}
}
@@ -3298,8 +3298,8 @@ public class Application {
## autocomplete
The field to autocomplete on is specified by the {field}.query parameter. For example `genre.query` or `title.query`.
Returns a set of items from the filtered items whose {field} starts with {field}.query. In the results, a {field}.queryRange will be present to express the range of the match
The field to autocomplete on is specified by the `{field}.query` parameter. For example `genre.query` or `title.query`.
Returns a set of items from the filtered items whose `{field}` starts with `{field}.query`. In the results, a `{field}.queryRange` will be present to express the range of the match
### Example Usage