Set Activity Privacy
set_activity_privacySet privacy for a specific activity to public, private, or subscribers-only, ignoring invalid 'followers' values.
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) |