mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
Changed tag
This commit is contained in:
@@ -3,7 +3,7 @@ servers:
|
||||
description: The plex metadata provider server
|
||||
get:
|
||||
tags:
|
||||
- Metadata
|
||||
- Watchlist
|
||||
summary: Get User Watchlist
|
||||
description: Get User Watchlist
|
||||
operationId: getWatchlist
|
||||
|
||||
@@ -186,7 +186,7 @@ paths:
|
||||
/video/:/transcode/universal/start.mpd:
|
||||
$ref: "./paths/video-transcode-universal-start.yaml"
|
||||
|
||||
# metadata
|
||||
# Watchlist
|
||||
/library/sections/watchlist/{filter}:
|
||||
$ref: "./paths/metadata/watchlist.yaml"
|
||||
|
||||
@@ -249,3 +249,6 @@ tags:
|
||||
- name: Statistics
|
||||
description: |
|
||||
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