Skip to main content
PATCH
/
v1
/
worker-dependents
/
{id}
Update a worker dependent
curl --request PATCH \
  --url https://api.plane.com/v1/worker-dependents/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": {},
  "dob": "<string>",
  "relationship": "<string>",
  "status": "<string>"
}
'
Update a dependent’s details, or set status to inactive to remove them from future coverage (e.g. a child who has aged out).

Parameters

id
string
required
ID of the worker dependent.
name
object
The dependent’s name.
dob
string
Date of birth.
relationship
string
Relationship to the worker.
status
string
Dependent status. One of active or inactive.

Returns

Returns the updated Worker dependent object.