python-domino
python-domino copied to clipboard
job_start missing title parameter
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 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.