Skip to content

Commit 9e5ecc1

Browse files
committed
from Claude 3.5
1 parent 622e7c5 commit 9e5ecc1

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<Info>Source: OASDiff summarized by us.anthropic.claude-3-5-sonnet-20241022-v2:0 through the Open WebUI with the prompt in changelog_prompt.md</Info>
2+
3+
# 2024-02-07
4+
5+
## API Additions
6+
7+
### Custom object management
8+
New endpoints to create, read, update, delete, and list custom objects:
9+
- [`GET/POST /custom-objects.count`](/custom-objects/count)
10+
- [`POST /custom-objects.create`](/custom-objects/create)
11+
- [`POST /custom-objects.delete`](/custom-objects/delete)
12+
- [`GET/POST /custom-objects.get`](/custom-objects/get)
13+
- [`GET/POST /custom-objects.list`](/custom-objects/list)
14+
- [`POST /custom-objects.update`](/custom-objects/update)
15+
16+
### Directory management
17+
New endpoints to create, read, update, delete, and list directories:
18+
- [`GET/POST /directories.count`](/directories/count)
19+
- [`POST /directories.create`](/directories/create)
20+
- [`POST /directories.delete`](/directories/delete)
21+
- [`GET/POST /directories.get`](/directories/get)
22+
- [`GET/POST /directories.list`](/directories/list)
23+
- [`POST /directories.update`](/directories/update)
24+
25+
### Metrics configuration
26+
New endpoints to define and execute metrics:
27+
- [`POST /metric-action.execute`](/metric-action/execute)
28+
- [`POST /metric-definitions.create`](/metric-definitions/create)
29+
- [`POST /metric-definitions.delete`](/metric-definitions/delete)
30+
- [`GET/POST /metric-definitions.get`](/metric-definitions/get)
31+
- [`POST /metric-definitions.update`](/metric-definitions/update)
32+
33+
### User data management
34+
New endpoints for handling personal data:
35+
- [`POST /rev-users.delete-personal-data`](/rev-users/delete-personal-data)
36+
- [`POST /rev-users.merge`](/rev-users/merge)
37+
- [`POST /rev-users.personal-data`](/rev-users/personal-data)
38+
39+
### Additional new endpoints
40+
- [`POST /audit-logs.fetch`](/audit-logs/fetch) - Fetch audit logs
41+
- [`GET/POST /sla-trackers.list`](/sla-trackers/list) - List SLA trackers
42+
43+
## API Modifications
44+
45+
### Sync metadata support
46+
Added `sync_metadata` property to response schemas for:
47+
- [`POST /articles.create`](/articles/create)
48+
- [`GET/POST /articles.get`](/articles/get)
49+
- [`GET/POST /articles.list`](/articles/list)
50+
- [`POST /articles.update`](/articles/update)
51+
- [`POST /groups.update`](/groups/update)
52+
- [`POST /works.create`](/works/create)
53+
- [`GET/POST /works.export`](/works/export)
54+
- [`GET/POST /works.get`](/works/get)
55+
- [`GET/POST /works.list`](/works/list)
56+
- [`POST /works.update`](/works/update)
57+
58+
### Follow-up relationship support
59+
Added `is_follow_up_of` to the enum values in request schemas for:
60+
- [`POST /links.create`](/links/create)
61+
- [`GET/POST /links.get`](/links/get)
62+
- [`GET/POST /links.list`](/links/list)
63+
- [`GET/POST /search.core`](/search/core)
64+
- [`GET/POST /search.hybrid`](/search/hybrid)
65+
66+
### Timeline enhancements
67+
Added to timeline response schemas:
68+
1. New `panels` property in `timeline_comment` object
69+
2. New link type in `timeline_change_event.event.linked` property
70+
71+
Affects:
72+
- [`POST /timeline-entries.create`](/timeline-entries/create)
73+
- [`POST /timeline-entries.list`](/timeline-entries/list)
74+
- [`POST /timeline-entries.update`](/timeline-entries/update)
75+
- [`GET /conversations.export`](/conversations/export)
76+
77+
### Incident management
78+
Added properties to incident response schemas:
79+
- `actual_close_date`
80+
- `pia`
81+
- `playbooks`
82+
83+
Affects:
84+
- [`POST /incidents.create`](/incidents/create)
85+
- [`GET/POST /incidents.get`](/incidents/get)
86+
- [`GET/POST /incidents.list`](/incidents/list)
87+
- [`POST /incidents.update`](/incidents/update)
88+
89+
### Locale support
90+
Added locale options to `preferred_locale` enum:
91+
- `es_ar` (Argentinian Spanish)
92+
- `nl_aw` (Aruba Dutch)
93+
- `nl_sx` (Sint Maarten Dutch)
94+
95+
Affects:
96+
- [`GET /preferences.get`](/preferences/get)
97+
98+
## No breaking changes
99+
This release contains no breaking changes. All modifications are additive.

0 commit comments

Comments
 (0)