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

Bugzilla/WebService/Bug.pm

index 10209eafa47eac70da484e75d8902af249943c4f..7a29d325f1029df3a5fd92d077e42891f76fb693 100644 (file)
@@ -2585,7 +2585,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>