set_activity_privacy
Change the privacy level of a Garmin Connect activity using the activity ID and desired privacy setting. Supports public, private, and connections-only options.
Instructions
Change the privacy of an activity. "subscribers" is what Garmin Connect shows as "connections only". Read the current level from accessControlRuleDTO in get_activity_details before changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy | Yes | Privacy level (required). "followers" is not a valid key and returns 400. | |
| activityId | Yes | The unique activity identifier (required) |