Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions seerr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ components:
userId:
type: number
example: 1
WatchlistRequest:
type: object
required:
- tmdbId
- mediaType
properties:
tmdbId:
type: number
example: 1
mediaType:
type: string
enum:
- movie
- tv
ratingKey:
type: string
title:
type: string
Watchlist:
type: object
properties:
Expand Down Expand Up @@ -5052,9 +5070,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Watchlist'
$ref: '#/components/schemas/WatchlistRequest'
responses:
'200':
'201':
description: Watchlist data returned
content:
application/json:
Expand Down