python-domino icon indicating copy to clipboard operation
python-domino copied to clipboard

job_start missing title parameter

Open dmbaker opened this issue 2 years ago • 1 comments

The run_start methods have a title parameter but the job_start methods do not. Is there a reason? Can this be added to the python API? The parameter is available in the REST API.

dmbaker avatar Jun 09 '23 12:06 dmbaker

@dmbaker this parameter is available only in the new public endpoint. Unfortunately python-domino library is still using old deprecated API endpoint to start a job which does not have the option to set title.

I will open a field request to update python-domino so it starts using new public endpoint.

ddl-alexpanin avatar Jun 15 '23 23:06 ddl-alexpanin