Commit ee39121
authored
Add team_assignment_limit_change activity type to API version 2.14 (#326)
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 (in alphabetical order)
- 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 494f45d commit ee39121
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14119 | 14119 | | |
14120 | 14120 | | |
14121 | 14121 | | |
| 14122 | + | |
14122 | 14123 | | |
14123 | 14124 | | |
14124 | 14125 | | |
| |||
14208 | 14209 | | |
14209 | 14210 | | |
14210 | 14211 | | |
| 14212 | + | |
| 14213 | + | |
| 14214 | + | |
| 14215 | + | |
| 14216 | + | |
| 14217 | + | |
| 14218 | + | |
| 14219 | + | |
| 14220 | + | |
| 14221 | + | |
| 14222 | + | |
| 14223 | + | |
| 14224 | + | |
| 14225 | + | |
| 14226 | + | |
| 14227 | + | |
| 14228 | + | |
| 14229 | + | |
14211 | 14230 | | |
14212 | 14231 | | |
14213 | 14232 | | |
| |||
0 commit comments