The quota related endpoints merge, convert and findandreplace received the new, optional parameter test to send test calls that doesn't count against the document quota.

This parameter allows you to test your templates and data packages without affecting the document quota of your account. The resulting documents contain a TEST MODE watermark and a specific document title.

ReportingCloud: New test parameter for document quota related endpoints

The test mode can be defined using a simple request parameter in the HTTP method call:

https://api.reporting.cloud/v1/document/merge?templateName=test.tx&test=true
view raw gistfile1.txt hosted with ❤ by GitHub

To learn more about the parameters of these endpoints, please have a look at the Web API reference:

Web API Endpoint Reference