star-segment
Mark or unmark a Strava segment as starred for the authenticated athlete using the segment ID and a boolean flag to indicate the action.
Instructions
Stars or unstars a specific segment for the authenticated athlete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
segmentId | Yes | The unique identifier of the segment to star or unstar. | |
starred | Yes | Set to true to star the segment, false to unstar it. |