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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.plane.com/llms.txt

Use this file to discover all available pages before exploring further.

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.