linkedin_edit_profile_section
Update a specific entry in a LinkedIn profile section by its zero-based index, modifying only the fields you provide. Get the profile first to see the current order.
Instructions
Edit an existing profile entry in place. Entries are addressed by their zero-based index within the section, so call linkedin_get_profile first to see the current order. Only the fields you supply are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Zero-based position within the section, as returned by linkedin_get_profile. | |
| fields | Yes | Fields to change, e.g. {"title":"Staff Engineer","description":"..."}. Recognised keys include title, company, school, degree, fieldOfStudy, description, location, startMonth, startYear, endMonth, endYear, currentCheckbox, credentialUrl, proficiency. | |
| section | Yes | Which section the entry lives in. |