mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
cleaned up Get Recently Added
This commit is contained in:
8
src/models/role/filter.yaml
Normal file
8
src/models/role/filter.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
type: object
|
||||
required:
|
||||
- filter
|
||||
properties:
|
||||
filter:
|
||||
description: "The filter string used to query this actor. For example, it may indicate that this is an actor with a given key."
|
||||
type: string
|
||||
example: "actor=126522"
|
||||
8
src/models/role/id.yaml
Normal file
8
src/models/role/id.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
properties:
|
||||
id:
|
||||
description: "Unique identifier for the actor or role."
|
||||
type: integer
|
||||
example: 126522
|
||||
6
src/models/role/role.yaml
Normal file
6
src/models/role/role.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
type: object
|
||||
properties:
|
||||
role:
|
||||
description: "The role played by the actor in the media item."
|
||||
type: string
|
||||
example: "Self - Judge"
|
||||
6
src/models/role/tag-key.yaml
Normal file
6
src/models/role/tag-key.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
type: object
|
||||
properties:
|
||||
tagKey:
|
||||
description: "A unique key associated with the actor's tag, used for internal identification."
|
||||
type: string
|
||||
example: "5d77683d85719b001f3a535e"
|
||||
@@ -3,6 +3,6 @@ required:
|
||||
- tag
|
||||
properties:
|
||||
tag:
|
||||
description: "The display tag for the actor (typically the actor's name)."
|
||||
type: string
|
||||
description: The name of the actor for this role
|
||||
example: Danny Boyle
|
||||
example: "Teller"
|
||||
|
||||
6
src/models/role/thumb.yaml
Normal file
6
src/models/role/thumb.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
type: object
|
||||
properties:
|
||||
thumb:
|
||||
description: "The URL of the thumbnail image for the actor."
|
||||
type: string
|
||||
example: "https://metadata-static.plex.tv/7/people/708568fd018d7aa8b1032dcf867747e8.jpg"
|
||||
Reference in New Issue
Block a user