]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 640756 - Make the documentation clearer that attachments created with Bug.add_att...
authorDave Miller <justdave@mozilla.com>
Tue, 20 Nov 2012 19:07:13 +0000 (14:07 -0500)
committerDave Miller <justdave@mozilla.com>
Tue, 20 Nov 2012 19:07:13 +0000 (14:07 -0500)
.
r=LpSolit, a=LpSolit

Bugzilla/WebService/Bug.pm

index 5d5f49b2644a224f1221ebc4f3ee8ed8180ec8e7..578c06ec50eb0381c3f44091bbbb2306479ebaca 100644 (file)
@@ -2392,7 +2392,9 @@ these bugs.
 
 =item C<data>
 
-B<Required> C<base64> The content of the attachment.
+B<Required> C<base64> or C<string> The content of the attachment.
+If the content of the attachment is not ASCII text, you must encode
+it in base64 and declare it as the C<base64> type.
 
 =item C<file_name>