v1
latestOpenAPI 3.1.02026-07-224239180.9 KBJob
Update a job
Updates the supplied fallback name or internal note for a job. Omitted fields are preserved, and both fields are write-only because the current job summary RPC does not return them. An empty PATCH body is rejected.
patch/v1/jobs/{jobId}
Path parameters
jobIdstring required
a job ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:job_a1b2c3d4e5f64789a1b2c3d4e5f64789
Request body
Response
Success
Example response
{
"id": "job_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"hiring_team": [
{
"employee": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}
]
}