=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-23 16:34:22 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-23 22:28:23 +0000 @@ -3389,10 +3389,12 @@ task. Currently PNG and PDF output formats are supported. An optional query parameter filename can be used to specify the filename of the response attachment file. Note that the file extension should be omitted. For PNG you can send - a POST request with the SVG content as body like - this: + a POST request with the SVG content as body to the + following URL with Content-type application/xml. api/svg.png?filename=myfile - For PDF you can send a POST request with the SVG content as body like this: + For PDF you can send a POST request with the SVG + content as body to the following URL with Content-type application/xml. api/svg.pdf?filename=myfile