You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add team_assignment_limit_change activity type to API version 2.14
Adds OpenAPI documentation for team assignment limit changes in activity logs API for version 2.14 only.
Changes (version 2.14 only):
- Adds team_assignment_limit_change to activity_type enum
- Adds team (object with id and name) metadata field
- Adds team_assignment_limit (nullable integer) metadata field
The metadata structure follows the pattern of conversation_assignment_limit and ticket_assignment_limit,
storing only the current value rather than both old and new values.
Note: This feature is available in version 2.14, not in the unreleased/unstable version.
Related PRs:
- intercom/intercom#446612 (Updated API presenter implementation)
- intercom/intercom#445742 (Initial API presenter implementation)
- intercom/intercom#445704 (Event infrastructure)
Related Issue: intercom/intercom#445916
0 commit comments