jobs/{id}/traces/{traceid} (put)
To update a specific trace of a job.
URL
(PUT) /jobs/{id}/traces/{traceid}PARAMETERS
URL parameters are:
| id | The job ID. Also see jobs/{id}/summary | string, Mandatory | 
The other parameters are included as a JSON object in the request body:
| msg | The new message. | string, Mandatory | 
| notify | Optional boolean indicating if the message shall be notified. Default: true | bool, Optional | 
ACCESS RIGHTS
The method returns an error if the user is not authorized to update traces for this job.
RESULTS
None.
