mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
Update src/models/producer/tag-key.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
type: object
|
||||
required:
|
||||
- tagKey
|
||||
properties:
|
||||
tagKey:
|
||||
properties:
|
||||
tagKey:
|
||||
description: "A 24-character hexadecimal unique key associated with the producer's tag, used for internal identification."
|
||||
minLength: 24
|
||||
maxLength: 24
|
||||
type: string
|
||||
pattern: "^[a-fA-F0-9]{24}$"
|
||||
type: string
|
||||
pattern: "^[a-fA-F0-9]{24}$"
|
||||
example: "5d77683d85719b001f3a535e"
|
||||
|
||||
Reference in New Issue
Block a user