Commit 011e890
committed
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#4459161 parent a05a309 commit 011e890
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14072 | 14072 | | |
14073 | 14073 | | |
14074 | 14074 | | |
| 14075 | + | |
14075 | 14076 | | |
14076 | 14077 | | |
14077 | 14078 | | |
| |||
14193 | 14194 | | |
14194 | 14195 | | |
14195 | 14196 | | |
| 14197 | + | |
| 14198 | + | |
| 14199 | + | |
| 14200 | + | |
| 14201 | + | |
| 14202 | + | |
| 14203 | + | |
| 14204 | + | |
| 14205 | + | |
| 14206 | + | |
| 14207 | + | |
| 14208 | + | |
| 14209 | + | |
| 14210 | + | |
| 14211 | + | |
| 14212 | + | |
| 14213 | + | |
| 14214 | + | |
14196 | 14215 | | |
14197 | 14216 | | |
14198 | 14217 | | |
| |||
0 commit comments