mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
fix commit merge error
This commit is contained in:
@@ -3,13 +3,10 @@ required:
|
|||||||
- tagKey
|
- tagKey
|
||||||
properties:
|
properties:
|
||||||
tagKey:
|
tagKey:
|
||||||
properties:
|
description: |
|
||||||
tagKey:
|
A 24-character hexadecimal unique key associated with the producer's tag, used for internal identification.
|
||||||
description: "A 24-character hexadecimal unique key associated with the producer's tag, used for internal identification."
|
|
||||||
minLength: 24
|
minLength: 24
|
||||||
maxLength: 24
|
maxLength: 24
|
||||||
type: string
|
type: string
|
||||||
pattern: "^[a-fA-F0-9]{24}$"
|
pattern: "^[a-fA-F0-9]{24}$"
|
||||||
type: string
|
|
||||||
pattern: "^[a-fA-F0-9]{24}$"
|
|
||||||
example: "5d77683d85719b001f3a535e"
|
example: "5d77683d85719b001f3a535e"
|
||||||
|
|||||||
Reference in New Issue
Block a user