jobs

Update Job

Update a job's mutable fields, such as its name.

patch/v2/jobs/{job_id}

Path parameters

job_idstring uuid required

Request body

namestring nullable
descriptionstring nullable

Response

Successful Response

idstring uuid required
namestring nullable
descriptionstring nullable
taskset_idstring uuid nullable
taskset_namestring nullable
project_idstring uuid nullable required
statusstring required
max_stepsinteger required
group_sizeinteger required
max_concurrentinteger nullable
is_remoteboolean required
publicboolean
is_ownerboolean
can_editboolean
user_namestring nullable
user_avatar_urlstring nullable
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.