This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e2bba58bdc96a65c78dcd52497836f10e7940d0b Author: Tran Tien Duc <[email protected]> AuthorDate: Fri Jan 3 15:12:33 2020 +0700 JAMES-2321 Clarify additional fields only work with "application/json" --- src/site/markdown/server/manage-webadmin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 74a22f7..618ead5 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -2145,7 +2145,9 @@ If the Accept header in the request is "application/json", then the response loo ``` If the Accept header in the request is "message/rfc822", then the response will be the _eml_ file itself. -Additional query parameter `additionalFields` add the existing information to the response for the supported values: +Additional query parameter `additionalFields` add the existing information +to the response for the supported values (only work with "application/json" Accept header): + - attributes - headers - textBody --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
