Skip to main content
PATCH
/
workers
/
{id}
/
shifts
/
{shift_id}
Edit Worker Shift
curl --request PATCH \
  --url https://api.roostedhr.com/api/1_12/workers/{id}/shifts/{shift_id} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

shift_id
string
required

Shift ID

Response

200

OK