]> 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:08:58 +0000 (14:08 -0500)
committerDave Miller <justdave@mozilla.com>
Tue, 20 Nov 2012 19:08:58 +0000 (14:08 -0500)
.
r=LpSolit, a=LpSolit

Bugzilla/WebService/Bug.pm

index 0f336fb6f3eda1276bb64dacf7ad191a796aea05..93873d0b0a7fa81397e5480ea53779a7d086bfb3 100644 (file)
@@ -2391,7 +2391,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>