mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: add documentation for /v2/messages/{message} endpoint
This commit is contained in:
parent
3e2441cf3a
commit
9fece5dbf5
1 changed files with 12 additions and 1 deletions
|
|
@ -263,4 +263,15 @@ Returns a [switch object](/api/models#switch-model) containing a list of member
|
|||
|
||||
DELETE `/systems/{systemRef}/switches/{switchRef}`
|
||||
|
||||
Returns 204 No Content on success.
|
||||
Returns 204 No Content on success.
|
||||
|
||||
---
|
||||
## Misc
|
||||
|
||||
### Get Proxied Message Information
|
||||
|
||||
GET `/messages/{message}`
|
||||
|
||||
Message can be the ID of a proxied message, or the ID of the message that sent the proxy.
|
||||
|
||||
Returns a [message object](/api/models#message-object).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue