mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user