Mariner Backtesting - client.report_template_upload()

client.report_template_upload()

Upload the report given by "path" with the optional description and requirements.

Interface
 client.report_template_upload(path, description=None, title=None, requirements=None)
Parameters
Name Type Default Description
path string required Path to the report to upload.
description string None Optional description of the report.
title string None Optional title of the report.
requirements string None Optional requirements of the report.
Returns
  • None