v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Job Notes

Update job note

Update an existing job note. Any subset of body, visibility, job_id, or user_id may be supplied; fields that are omitted are left unchanged. Changing visibility immediately tightens or loosens who can read the note.

patch/v3/job_notes/{id}

Path parameters

idinteger required

Request body

job_idinteger
user_idinteger
bodystring
visibility'admin_only_visible' | 'privately_visible'

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
job_idinteger

Id of the job this note is attached to. Job notes are always anchored to a single job and are not shared across jobs.

user_idinteger

Id of the Greenhouse user who authored the note.

bodystring nullable

Free-text body of the note. Newline characters are stored verbatim and rendered as line breaks in the Greenhouse UI.

visibility'admin_only_visible' | 'privately_visible' | 'null' nullable

Who can see this note. admin_only_visible is restricted to users with Job Admin or higher access on the job; privately_visible is further restricted to users with the "view and create private job notes" permission on the job.