Commit c75bfc6
committed
Add team_assignment_limit_change activity type to OpenAPI spec
Adds OpenAPI documentation for team assignment limit changes in activity logs API.
Changes:
- Adds team_assignment_limit_change to activity_type enum in both Unstable (0) and Stable (2.14)
- 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.
This is an additive, non-breaking change suitable for the stable 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
Follows pattern from PR #293 (admin assignment limits).1 parent a05a309 commit c75bfc6
2 files changed
+38
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15109 | 15109 | | |
15110 | 15110 | | |
15111 | 15111 | | |
| 15112 | + | |
15112 | 15113 | | |
15113 | 15114 | | |
15114 | 15115 | | |
| |||
15230 | 15231 | | |
15231 | 15232 | | |
15232 | 15233 | | |
| 15234 | + | |
| 15235 | + | |
| 15236 | + | |
| 15237 | + | |
| 15238 | + | |
| 15239 | + | |
| 15240 | + | |
| 15241 | + | |
| 15242 | + | |
| 15243 | + | |
| 15244 | + | |
| 15245 | + | |
| 15246 | + | |
| 15247 | + | |
| 15248 | + | |
| 15249 | + | |
| 15250 | + | |
| 15251 | + | |
15233 | 15252 | | |
15234 | 15253 | | |
15235 | 15254 | | |
| |||
| 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