1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-02 11:30:35 +02:00

Self-review

This commit is contained in:
binwiederhier 2023-05-17 10:39:15 -04:00
parent 79a3259c86
commit ac029c389e
16 changed files with 201 additions and 133 deletions
server

View file

@ -318,7 +318,7 @@ type apiAccountPhoneNumberVerifyRequest struct {
type apiAccountPhoneNumberAddRequest struct {
Number string `json:"number"`
Code string `json:"code,omitempty"`
Code string `json:"code"` // Only set when adding a phone number
}
type apiAccountTier struct {