mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
Fixing docs build issue
This commit is contained in:
@@ -7515,8 +7515,8 @@ paths:
|
|||||||
summary: Get autocompletions for search
|
summary: Get autocompletions for search
|
||||||
operationId: autocomplete
|
operationId: autocomplete
|
||||||
description: |-
|
description: |-
|
||||||
The field to autocomplete on is specified by the {field}.query parameter. For example `genre.query` or `title.query`.
|
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
|
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
|
||||||
tags:
|
tags:
|
||||||
- Library
|
- Library
|
||||||
parameters:
|
parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user