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
|
||||
operationId: autocomplete
|
||||
description: |-
|
||||
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
|
||||
tags:
|
||||
- Library
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user