Self-review
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user