mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-14 16:43:37 +02:00
Docs (WIP), Firebase
This commit is contained in:
parent
5a9b2122c2
commit
3c3b2477af
3 changed files with 104 additions and 0 deletions
server
|
@ -53,6 +53,7 @@ type action struct {
|
|||
Method string `json:"method,omitempty"` // used in "http" action, default is POST (!)
|
||||
Headers map[string]string `json:"headers,omitempty"` // used in "http" action
|
||||
Body string `json:"body,omitempty"` // used in "http" action
|
||||
Intent string `json:"intent,omitempty"` // used in "broadcast" action
|
||||
Extras map[string]string `json:"extras,omitempty"` // used in "broadcast" action
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue