Skip to main content
PUT
SDK (@phosra/sdk)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

childID
string<uuid>
required

Body

application/json
name
string
birth_date
string<date>

Response

Updated

id
string<uuid>

Unique identifier for this resource.

family_id
string<uuid>

Identifier of the family this resource belongs to.

name
string

Human-readable display name.

birth_date
string<date-time>

Child's date of birth (YYYY-MM-DD). Used to derive the age-appropriate policy.

avatar_url
string

URL of the profile image.

created_at
string<date-time>

RFC 3339 timestamp of when the resource was created.