Update User's Activity Types
/users/{id}/activity_types
| Attribute | Description |
|---|---|
| ids | list of ids of activity types to be displayed |
[PUT]
Update the activity types to be displayed in the user’s activity feed.
Authorization: Admin, Web
Request
{
"ids": [
1,
4,
5
]
}