update_experience
Update an existing work experience entry by its ID, modifying fields such as title, company, dates, location, and description.
Instructions
Update an existing work experience entry by ID. Requires write permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Experience ID | |
| title | No | ||
| company | No | ||
| end_date | No | ||
| location | No | ||
| body_html | No | ||
| skill_ids | No | ||
| is_current | No | ||
| start_date | No | ||
| description | No | ||
| project_ids | No |