mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
Changed tag
This commit is contained in:
@@ -3,7 +3,7 @@ servers:
|
|||||||
description: The plex metadata provider server
|
description: The plex metadata provider server
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Metadata
|
- Watchlist
|
||||||
summary: Get User Watchlist
|
summary: Get User Watchlist
|
||||||
description: Get User Watchlist
|
description: Get User Watchlist
|
||||||
operationId: getWatchlist
|
operationId: getWatchlist
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ paths:
|
|||||||
/video/:/transcode/universal/start.mpd:
|
/video/:/transcode/universal/start.mpd:
|
||||||
$ref: "./paths/video-transcode-universal-start.yaml"
|
$ref: "./paths/video-transcode-universal-start.yaml"
|
||||||
|
|
||||||
# metadata
|
# Watchlist
|
||||||
/library/sections/watchlist/{filter}:
|
/library/sections/watchlist/{filter}:
|
||||||
$ref: "./paths/metadata/watchlist.yaml"
|
$ref: "./paths/metadata/watchlist.yaml"
|
||||||
|
|
||||||
@@ -249,3 +249,6 @@ tags:
|
|||||||
- name: Statistics
|
- name: Statistics
|
||||||
description: |
|
description: |
|
||||||
API Calls that perform operations with Plex Media Server Statistics
|
API Calls that perform operations with Plex Media Server Statistics
|
||||||
|
- name: Watchlist
|
||||||
|
description: |
|
||||||
|
API Calls that perform operations with Plex Media Server Watchlists
|
||||||
|
|||||||
Reference in New Issue
Block a user