mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-07 12:37:44 +00:00
fix unit tests
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
type: object
|
||||
required:
|
||||
- tagKey
|
||||
properties:
|
||||
tagKey:
|
||||
description: "A 24-character hexadecimal unique key associated with the writers tag, used for internal identification."
|
||||
|
||||
@@ -135,7 +135,11 @@ get:
|
||||
type: array
|
||||
items:
|
||||
allOf:
|
||||
- $ref: "../../../models/director/id.yaml"
|
||||
- $ref: "../../../models/director/filter.yaml"
|
||||
- $ref: "../../../models/director/tag.yaml"
|
||||
- $ref: "../../../models/director/tag-key.yaml"
|
||||
- $ref: "../../../models/director/thumb.yaml"
|
||||
Writer:
|
||||
type: array
|
||||
items:
|
||||
@@ -144,6 +148,7 @@ get:
|
||||
- $ref: "../../../models/writer/filter.yaml"
|
||||
- $ref: "../../../models/writer/tag.yaml"
|
||||
- $ref: "../../../models/writer/tag-key.yaml"
|
||||
- $ref: "../../../models/writer/thumb.yaml"
|
||||
Role:
|
||||
type: array
|
||||
items:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user