diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-05 17:35:10 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-05 17:35:10 +0100 |
commit | d6c87445aa63af62cf5b93d546807afc2429e7fd (patch) | |
tree | 762949a7f574ed7883f0bcfddbf560e15a965037 /Bugzilla/WebService | |
parent | f3bcc1d514bb75557a2da8404b468e4e34e76d95 (diff) | |
parent | d8b74774531bf854695f6b1497a405bc78b54559 (diff) | |
download | bugzilla-d6c87445aa63af62cf5b93d546807afc2429e7fd.tar.gz bugzilla-d6c87445aa63af62cf5b93d546807afc2429e7fd.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 1722086cd..4018cfa6e 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2604,7 +2604,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> |