Jobs
Update a job
Update the job identified by the provided UID using the given request data.
put/api/v3.3/jobs/{jobUid}
Path parameters
jobUidstring required
Request body
Example request
{
"startLocalDateTime": "2026-04-20T11:52:36",
"endLocalDateTime": "2026-04-20T11:52:36"
}Response
OK