--- a/iro/controller/viewinterface.py Wed Apr 25 00:04:47 2012 +0200
+++ b/iro/controller/viewinterface.py Wed Apr 25 00:05:53 2012 +0200
@@ -101,7 +101,7 @@
:param route: route to use to send, or a list of routes as fallback
:type route: string|list
:param string info: a name, to combine different jobs to one billing group
-
+ :param string frm: sender mail address
:return integer: the job id
'''
d = createJob(user, recipients, Mail(subject, body, frm), route, info)
@@ -132,6 +132,7 @@
'''Returns all default offernames.
:param string user: apikey of a user
+ :param string typ: a typ of message -- one of in this list ["sms","fax","mail"]
:return list: a list of all possible offer names for a typ
'''
@@ -186,7 +187,7 @@
:param list recipients: a list of telnumbers (use ITU-T E.123)
- :return: True -- all numbers are valid
+ :return boolean: True -- all numbers are valid
'''
return True
@@ -196,6 +197,6 @@
:param list recipients: a list of mailadresses
- :return: True -- all addresses are valid
+ :return boolean: True -- all addresses are valid
'''
return True