Api to upload report template?

Is there any way to upload a report template via an API or from the command line? I have a number of different schemas all running the same report. Currently, I have to log in to each schema and upload the template when I make a change.

Is there a way to automate this?

Eric

Hello @ericraskin

As an option you can create your own REST controller that will accept templates and handle them.

Unfortunately there is no standard mechanism to do it.

Regards,
Daniil

Thanks. I will look into doing that.