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.
Authorizations
API tokens are passed as Bearer tokens.
Path Parameters
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.
^(?:job_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$"job_a1b2c3d4e5f64789a1b2c3d4e5f64789"
Body
Candidate-facing fallback job name, shown when no job posting name is linked to the candidate's application (candidate portal, sourcing links, and job-name tokens). Set to null to fall back to the internal job name.
1Free-form internal note about the job; never shown to candidates.
Response
Success
Canonical job ID (job_ followed by 32 lowercase hexadecimal UUID characters).
^job_[0-9a-f]{32}$"job_a1b2c3d4e5f64789a1b2c3d4e5f64789"
DRAFT, OPEN, CLOSED ISO 8601 timestamp.
ISO 8601 timestamp.