<- Team API

Team API

All versions ->

Update jobBeta

PUT

 /v2/team-members/jobs/{job_id}

Updates the title or tip eligibility of a job.

Changes to the title propagate to all JobAssignment, Shift, and TeamMemberWage objects that reference the job ID. Changes to tip eligibility propagate to all TeamMemberWage objects that reference the job ID.

Permissions:EMPLOYEES_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

job_id

string

Required

The ID of the job to update.

Link to section

Request body

Link to section

job

Required

The job with the updated fields, either title, is_tip_eligible, or both. Only changed fields need to be included in the request. Optionally include version to enable optimistic concurrency control.

Link to section

Response fields

Link to section

job

The updated job.

Link to section

errors

The errors that occurred during the request.