Skip to content

Commit 4b0b45d

Browse files
committed
Revert "removed to test"
This reverts commit c12cb21.
1 parent bb6487c commit 4b0b45d

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
## New Endpoints
3+
4+
### Service Accounts
5+
- Added [`/service-accounts.create`](/beta/api-reference/service-accounts/create) for creating service accounts
6+
7+
### Widgets
8+
- Added [`/widgets.get`](/beta/api-reference/widgets/get-post) for retrieving widgets (GET and POST methods)
9+
10+
## Modified Features
11+
12+
### Schema Extensions
13+
- Added `is_overridable` property to schema enum fields, affecting:
14+
- Content templates
15+
- Custom schemas
16+
- Schema fragments
17+
- Survey schemas
18+
19+
### Survey Channels
20+
- Enhanced documentation for `dispatched_channels` in surveys with detailed stock values for:
21+
- `plug` (id: 1)
22+
- `portal` (id: 2)
23+
- `email` (id: 3)
24+
- `slack` (id: 4)
25+
26+
### AI Agent Responses
27+
- Renamed `started` to `message_generation_started` in agent response events
28+
29+
### Timeline Comments
30+
- Added `references` property to timeline comment objects
31+
32+
### Works Priority and Categories
33+
- Added documentation for `priority_v2` enum values for works:
34+
- `P0` through `P3` (ids 1-4, all overridable)
35+
36+
- Added documentation for opportunity `forecast_category_v2` enum values:
37+
- `Omitted` through `Won` (ids 1-6, all overridable)
38+
39+
### Object Types
40+
- Added new types `linkable` and `runnable` as valid values for:
41+
- Article parts
42+
- Object summary references
43+
- Timeline entries
44+
- Work items
45+
- Linked items
46+
47+
This changelog summarizes major API changes while preserving all endpoint URLs and critical details about schema modifications.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

Comments
 (0)