Commit b12eb71
Change ticket & conversation assignee ID fields to integer type (Preview) (#459)
* Change ticket assignee ID fields to integer type in Preview spec
Convert admin_assignee_id and team_assignee_id from string to integer
in the Preview API spec to align the Ticket API with the Conversation API,
which already returns these fields as integers.
Mirrors intercom/developer-docs#849 (backend: intercom/intercom#497865).
Affected endpoints: POST /tickets, PUT /tickets/{id}, POST /tickets/search.
Stable versions (2.7–2.15) are not affected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update conversation assignee ID nullability and ticket descriptions in Preview spec
Conversation schemas: remove nullable from admin_assignee_id and team_assignee_id,
return 0 instead of null when unassigned. Ticket schema: add return-0-when-unassigned
language to descriptions. Aligns with developer-docs PR #849.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 952557b commit b12eb71
1 file changed
Lines changed: 24 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10098 | 10098 | | |
10099 | 10099 | | |
10100 | 10100 | | |
10101 | | - | |
10102 | | - | |
| 10101 | + | |
| 10102 | + | |
10103 | 10103 | | |
10104 | 10104 | | |
10105 | 10105 | | |
| |||
16426 | 16426 | | |
16427 | 16427 | | |
16428 | 16428 | | |
16429 | | - | |
16430 | | - | |
| 16429 | + | |
| 16430 | + | |
16431 | 16431 | | |
16432 | 16432 | | |
16433 | 16433 | | |
| |||
16668 | 16668 | | |
16669 | 16669 | | |
16670 | 16670 | | |
16671 | | - | |
16672 | | - | |
| 16671 | + | |
| 16672 | + | |
16673 | 16673 | | |
16674 | 16674 | | |
16675 | 16675 | | |
| |||
16974 | 16974 | | |
16975 | 16975 | | |
16976 | 16976 | | |
16977 | | - | |
16978 | | - | |
| 16977 | + | |
| 16978 | + | |
16979 | 16979 | | |
16980 | 16980 | | |
16981 | 16981 | | |
| |||
17159 | 17159 | | |
17160 | 17160 | | |
17161 | 17161 | | |
17162 | | - | |
17163 | | - | |
| 17162 | + | |
| 17163 | + | |
17164 | 17164 | | |
17165 | 17165 | | |
17166 | 17166 | | |
| |||
17322 | 17322 | | |
17323 | 17323 | | |
17324 | 17324 | | |
17325 | | - | |
17326 | | - | |
| 17325 | + | |
| 17326 | + | |
17327 | 17327 | | |
17328 | 17328 | | |
17329 | 17329 | | |
| |||
17439 | 17439 | | |
17440 | 17440 | | |
17441 | 17441 | | |
17442 | | - | |
17443 | | - | |
| 17442 | + | |
| 17443 | + | |
17444 | 17444 | | |
17445 | 17445 | | |
17446 | 17446 | | |
| |||
21241 | 21241 | | |
21242 | 21242 | | |
21243 | 21243 | | |
21244 | | - | |
21245 | 21244 | | |
21246 | | - | |
| 21245 | + | |
21247 | 21246 | | |
21248 | 21247 | | |
21249 | 21248 | | |
21250 | | - | |
21251 | 21249 | | |
21252 | | - | |
| 21250 | + | |
21253 | 21251 | | |
21254 | 21252 | | |
21255 | 21253 | | |
| |||
21362 | 21360 | | |
21363 | 21361 | | |
21364 | 21362 | | |
21365 | | - | |
21366 | 21363 | | |
21367 | | - | |
| 21364 | + | |
21368 | 21365 | | |
21369 | 21366 | | |
21370 | 21367 | | |
21371 | | - | |
21372 | 21368 | | |
21373 | | - | |
| 21369 | + | |
21374 | 21370 | | |
21375 | 21371 | | |
21376 | 21372 | | |
| |||
27461 | 27457 | | |
27462 | 27458 | | |
27463 | 27459 | | |
27464 | | - | |
27465 | | - | |
27466 | | - | |
| 27460 | + | |
| 27461 | + | |
| 27462 | + | |
27467 | 27463 | | |
27468 | | - | |
27469 | | - | |
27470 | | - | |
| 27464 | + | |
| 27465 | + | |
| 27466 | + | |
27471 | 27467 | | |
27472 | 27468 | | |
27473 | 27469 | | |
| |||
0 commit comments