You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to understand what is the type of input parameter for Email class.
`The send_as and send_to_acl_as attributes are optional, but one of them is
required for sending reports via e-mail. The send_as attribute is required
for sending e-mails to users who are not on the report access list.
The send_to_acl attribute is required for sending e-mails to report access
list members.`
Above is an example of the same class. It says send_as and send_to_acl_as is passed as file | zip. So is it String value or is it object. Because I have tried with string and File object and it raise error on both of them.
The text was updated successfully, but these errors were encountered:
I believe it's expecting a string that says either "file" or "zip" to indicate the attachment data format. We should definitely update the docs to be more clear on this.
snehitgajjar
added a commit
to snehitgajjar/nexpose-client
that referenced
this issue
Jun 15, 2016
It is hard to understand what is the type of input parameter for Email class.
`The send_as and send_to_acl_as attributes are optional, but one of them is
required for sending reports via e-mail. The send_as attribute is required
for sending e-mails to users who are not on the report access list.
The send_to_acl attribute is required for sending e-mails to report access
list members.`
Above is an example of the same class. It says send_as and send_to_acl_as is passed as file | zip. So is it String value or is it object. Because I have tried with string and File object and it raise error on both of them.
The text was updated successfully, but these errors were encountered: