parent
babf61fdaa
commit
ecaa051791
3 changed files with 10 additions and 3 deletions
|
@ -199,7 +199,7 @@ class User(ApiResource):
|
|||
'description': 'The user\'s username',
|
||||
},
|
||||
'invoice_email_address': {
|
||||
'type': 'string',
|
||||
'type': ['string', 'null'],
|
||||
'description': 'Custom email address for receiving invoices',
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue