PUT /api/v1/users/{user-id}/education/{education-id}
Update an education record for a user.
Permission | Description |
---|---|
education.update | Update your own education |
education.update_any | Update education for any user |
Name | Type | Required | Description |
---|---|---|---|
school | string | No | Name of the school (max 255) |
field | string | No | Field of education (max 255) |
description | string | No | Optional description (max 2000) |
start_date | string | No | Start date (date format) |
end_date | string | No | End date (nullable, date format) |
All parameters are optional. If omitted, they will not be updated.
<education resource>