You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
changed the title
job_start missisng title parameter
job_start missing title parameter
Jun 15, 2023
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.
The text was updated successfully, but these errors were encountered: