mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
feat: pk;config
This commit is contained in:
parent
d195c80d92
commit
56d07e0f2d
41 changed files with 648 additions and 313 deletions
|
|
@ -28,6 +28,20 @@ Takes a partial [system object](/api/models#system-model).
|
|||
|
||||
Returns a [system object](/api/models#system-model).
|
||||
|
||||
### Get System Settings
|
||||
|
||||
GET `/systems/{systemRef}/settings`
|
||||
|
||||
Returns a [system settings object](/api/models#system-settings-model).
|
||||
|
||||
### Update System Settings
|
||||
|
||||
PATCH `/systems/{systemRef}/settings`
|
||||
|
||||
Takes a partial [system settings object](/api/models#system-settings-model).
|
||||
|
||||
Returns a [system settings object](/api/models#system-settings-model).
|
||||
|
||||
### Get System Guild Settings
|
||||
|
||||
GET `/systems/@me/guilds/{guild_id}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue