Commit fdfbe5e
Add OpenAPI documentation for handling events endpoint
Adds documentation for the new GET /conversations/:id/handling_events endpoint to the Unstable API version (version 0). This endpoint exposes teammate pause/resume events for conversations.
Changes:
- Add /conversations/{id}/handling_events endpoint definition
- Add handling_event schema for individual events
- Add handling_event_list schema for the response wrapper
- Add teammate_reference schema for teammate information
The endpoint requires the read_conversations OAuth scope and returns events showing when admins paused or resumed handling a conversation.
Related issue: #458450
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 54fe34d commit fdfbe5e
1 file changed
+124
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8073 | 8073 | | |
8074 | 8074 | | |
8075 | 8075 | | |
| 8076 | + | |
| 8077 | + | |
| 8078 | + | |
| 8079 | + | |
| 8080 | + | |
| 8081 | + | |
| 8082 | + | |
| 8083 | + | |
| 8084 | + | |
| 8085 | + | |
| 8086 | + | |
| 8087 | + | |
| 8088 | + | |
| 8089 | + | |
| 8090 | + | |
| 8091 | + | |
| 8092 | + | |
| 8093 | + | |
| 8094 | + | |
| 8095 | + | |
| 8096 | + | |
| 8097 | + | |
| 8098 | + | |
| 8099 | + | |
| 8100 | + | |
| 8101 | + | |
| 8102 | + | |
| 8103 | + | |
| 8104 | + | |
| 8105 | + | |
| 8106 | + | |
| 8107 | + | |
| 8108 | + | |
| 8109 | + | |
| 8110 | + | |
| 8111 | + | |
| 8112 | + | |
| 8113 | + | |
| 8114 | + | |
| 8115 | + | |
| 8116 | + | |
| 8117 | + | |
| 8118 | + | |
| 8119 | + | |
| 8120 | + | |
| 8121 | + | |
| 8122 | + | |
| 8123 | + | |
| 8124 | + | |
| 8125 | + | |
| 8126 | + | |
| 8127 | + | |
| 8128 | + | |
| 8129 | + | |
| 8130 | + | |
| 8131 | + | |
| 8132 | + | |
| 8133 | + | |
| 8134 | + | |
| 8135 | + | |
8076 | 8136 | | |
8077 | 8137 | | |
8078 | 8138 | | |
| |||
20947 | 21007 | | |
20948 | 21008 | | |
20949 | 21009 | | |
| 21010 | + | |
| 21011 | + | |
| 21012 | + | |
| 21013 | + | |
| 21014 | + | |
| 21015 | + | |
| 21016 | + | |
| 21017 | + | |
| 21018 | + | |
| 21019 | + | |
| 21020 | + | |
| 21021 | + | |
| 21022 | + | |
| 21023 | + | |
| 21024 | + | |
| 21025 | + | |
| 21026 | + | |
| 21027 | + | |
| 21028 | + | |
| 21029 | + | |
| 21030 | + | |
| 21031 | + | |
| 21032 | + | |
| 21033 | + | |
| 21034 | + | |
| 21035 | + | |
| 21036 | + | |
| 21037 | + | |
| 21038 | + | |
| 21039 | + | |
| 21040 | + | |
| 21041 | + | |
| 21042 | + | |
| 21043 | + | |
| 21044 | + | |
| 21045 | + | |
20950 | 21046 | | |
20951 | 21047 | | |
20952 | 21048 | | |
| |||
22386 | 22482 | | |
22387 | 22483 | | |
22388 | 22484 | | |
| 22485 | + | |
| 22486 | + | |
| 22487 | + | |
| 22488 | + | |
| 22489 | + | |
| 22490 | + | |
| 22491 | + | |
| 22492 | + | |
| 22493 | + | |
| 22494 | + | |
| 22495 | + | |
| 22496 | + | |
| 22497 | + | |
| 22498 | + | |
| 22499 | + | |
| 22500 | + | |
| 22501 | + | |
| 22502 | + | |
| 22503 | + | |
| 22504 | + | |
| 22505 | + | |
| 22506 | + | |
| 22507 | + | |
| 22508 | + | |
| 22509 | + | |
| 22510 | + | |
| 22511 | + | |
| 22512 | + | |
22389 | 22513 | | |
22390 | 22514 | | |
22391 | 22515 | | |
| |||
0 commit comments