mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(api): allow hids in uppercase and with dashes; document this
This commit is contained in:
parent
3cefa364b1
commit
bea41ab8a0
2 changed files with 12 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ Privacy objects (`privacy` key in models) contain values "private" or "public".
|
|||
|
||||
Every PluralKit entity has two IDs: a short (5 or 6 character) ID and a longer UUID. The short ID is unique across the resource (a member can have the same short ID as a system, for example), while the UUID is consistent for the lifetime of the entity and globally unique across the bot.
|
||||
|
||||
The PluralKit Discord bot can be configured to display short IDs in uppercase, or (in the case of 6-character IDs) as two parts of 3 characters separated by a dash (for example, `EXA-MPL`). For convenience, IDs are accepted by the API in any format displayable by the bot.
|
||||
|
||||
### System model
|
||||
|
||||
|key|type|notes|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue