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

Bugzilla/WebService/Bug.pm

index 9527a828c4ba1f6fdb41a0cb54d21940e9266c3b..7c3d7cca64511d1c819a67a6012994c53fe8eeba 100644 (file)
@@ -2583,7 +2583,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>