v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
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

status'NEW' | 'SCHEDULED' | 'DONE' | 'CANCELLED'
startLocalDateTimestring
endLocalDateTimestring
notesstring
unitUidstring

Example request

{
  "startLocalDateTime": "2026-04-20T11:52:36",
  "endLocalDateTime": "2026-04-20T11:52:36"
}

Response

OK