|
| 1 | + |
| 2 | + |
| 3 | +## New Endpoints |
| 4 | + |
| 5 | +### Service Accounts |
| 6 | +- Added [`POST /service-accounts.create`](/public/api-reference/service-accounts/create) endpoint for creating service accounts |
| 7 | + |
| 8 | +## Modified Endpoints |
| 9 | + |
| 10 | +### AI Agent Response Events |
| 11 | +- In [`POST /webhooks.event`](/public/api-reference/webhooks/event): |
| 12 | + - Renamed event type from `started` to `message_generation_started` in `ai_agent_response` |
| 13 | + |
| 14 | +### Comments & Conversations |
| 15 | +- Added `references` property to timeline comments, affecting: |
| 16 | + - [`GET /atoms.get`](/public/api-reference/atoms/get-post) |
| 17 | + - [`POST /atoms.get`](/public/api-reference/atoms/get-post) |
| 18 | + - [`POST /conversations.create`](/public/api-reference/conversations/create) |
| 19 | + - [`GET /conversations.get`](/public/api-reference/conversations/get-post) |
| 20 | + - [`POST /conversations.get`](/public/api-reference/conversations/get-post) |
| 21 | + - [`GET /conversations.list`](/public/api-reference/conversations/list-post) |
| 22 | + - [`POST /conversations.list`](/public/api-reference/conversations/list-post) |
| 23 | + - [`POST /conversations.update`](/public/api-reference/conversations/update) |
| 24 | + - [`POST /timeline-entries.create`](/public/api-reference/timeline-entries/create) |
| 25 | + - [`GET /timeline-entries.get`](/public/api-reference/timeline-entries/get-post) |
| 26 | + - [`POST /timeline-entries.get`](/public/api-reference/timeline-entries/get-post) |
| 27 | + - [`GET /timeline-entries.list`](/public/api-reference/timeline-entries/list-post) |
| 28 | + - [`POST /timeline-entries.list`](/public/api-reference/timeline-entries/list-post) |
| 29 | + - [`POST /timeline-entries.update`](/public/api-reference/timeline-entries/update) |
| 30 | + |
| 31 | +### Surveys |
| 32 | +- Added documentation for stock allowed values and enhanced descriptions for: |
| 33 | + - `dispatched_channels` in survey responses APIs: |
| 34 | + - [`GET /surveys.responses.list`](/public/api-reference/surveys/responses-list-post) |
| 35 | + - [`POST /surveys.responses.list`](/public/api-reference/surveys/responses-list-post) |
| 36 | + - Added `is_overridable` property to schema enum field descriptors |
| 37 | + |
| 38 | +### Works |
| 39 | +- Enhanced documentation for priority and sentiment enums in: |
| 40 | + - [`POST /works.create`](/public/api-reference/works/create): Added documentation for stock priority values (`P0` through `P3`) |
| 41 | + - [`POST /works.update`](/public/api-reference/works/update): |
| 42 | + - Added documentation for stock priority values (`P0` through `P3`) |
| 43 | + - Added documentation for stock sentiment values (`Delighted` through `Frustrated`) |
| 44 | + - Added `x-devrev-uenum-overridable` and `x-devrev-uenum-values` extensions |
| 45 | + |
| 46 | +Note: Many of these changes involve adding better documentation and explicit enumerations for existing fields rather than changing the underlying functionality. |
0 commit comments