Updating PlexTV Spec

This commit is contained in:
lukehagar
2023-11-16 16:57:46 +00:00
parent e0b0ef473d
commit 642feafa35

View File

@@ -410,7 +410,7 @@ paths:
description: Include Https entries in the results
in: query
schema:
type: number
type: integer
enum:
- 0
- 1
@@ -418,7 +418,7 @@ paths:
description: Include Relay addresses in the results
in: query
schema:
type: number
type: integer
enum:
- 0
- 1
@@ -426,7 +426,7 @@ paths:
description: Include IPv6 entries in the results
in: query
schema:
type: number
type: integer
enum:
- 0
- 1