mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add color to system JSON representation
This commit is contained in:
parent
d49b9f9bb7
commit
65b4f0e370
3 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ A `?` after the column type indicates a nullable parameter (value can be cleared
|
|||
| name | string | Yes | 100-character limit. |
|
||||
| description | string? | Yes | 1000-character limit. |
|
||||
| tag | string? | Yes | |
|
||||
| color | string? | Yes | 6-char hex (eg. `ff7000`), sans `#`. |
|
||||
| avatar_url | url? | Yes | Not validated server-side. |
|
||||
| banner | url? | Yes | Not validated server-side. |
|
||||
| tz | string? | Yes | Tzdb identifier. Patching with `null` will store `"UTC"`. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue