|
|
@ -3615,7 +3615,7 @@ paths:
|
|
|
|
$ref: '#/components/schemas/User'
|
|
|
|
$ref: '#/components/schemas/User'
|
|
|
|
/user/{userId}/requests:
|
|
|
|
/user/{userId}/requests:
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Get user by ID
|
|
|
|
summary: Get requests for a specific user
|
|
|
|
description: |
|
|
|
|
description: |
|
|
|
|
Retrieves a user's requests in a JSON object.
|
|
|
|
Retrieves a user's requests in a JSON object.
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
@ -3711,7 +3711,7 @@ paths:
|
|
|
|
example: false
|
|
|
|
example: false
|
|
|
|
/user/{userId}/watchlist:
|
|
|
|
/user/{userId}/watchlist:
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Get user by ID
|
|
|
|
summary: Get the Plex watchlist for a specific user
|
|
|
|
description: |
|
|
|
|
description: |
|
|
|
|
Retrieves a user's Plex Watchlist in a JSON object.
|
|
|
|
Retrieves a user's Plex Watchlist in a JSON object.
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|