children_update_child
Update a child's profile by slug, changing only the provided fields for first name, last name, birth date, or birth time.
Instructions
Update a child's profile by slug. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the child to update (the 'slug' field from list_children) | |
| last_name | No | New last name | |
| birth_date | No | New birth date in YYYY-MM-DD format | |
| birth_time | No | New birth time in HH:MM:SS format | |
| first_name | No | New first name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||