diff --git a/overseerr-api.yml b/overseerr-api.yml index 4644c72b5..d3b9fe9e6 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -3689,7 +3689,7 @@ paths: $ref: '#/components/schemas/User' /user/{userId}/requests: get: - summary: Get user by ID + summary: Get requests for a specific user description: | Retrieves a user's requests in a JSON object. tags: @@ -3785,7 +3785,7 @@ paths: example: false /user/{userId}/watchlist: get: - summary: Get user by ID + summary: Get the Plex watchlist for a specific user description: | Retrieves a user's Plex Watchlist in a JSON object. tags: