Skip to content

Commit c227996

Browse files
authored
chore: Update OpenAPI specs (#172)
1 parent fbb3373 commit c227996

File tree

4 files changed

+5386
-4
lines changed

4 files changed

+5386
-4
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# API Changelog
3+
4+
## New Endpoints
5+
6+
### Chats
7+
- Added base `chat` object and subtype `dm` (direct message) and related endpoints.
8+
- [`POST /chats.create`](/beta/api-reference/chats/create) for creating a new chat.
9+
- [`GET /chats.get`](/beta/api-reference/chats/get) and [`POST /chats.get`](/beta/api-reference/chats/get-post) for fetching a chat by ID.
10+
11+
### Snap-kits
12+
- Added [`GET /snap-kit-action.execute.deferred`](/beta/api-reference/snap-kit-execution/snap-kit-action-execute-deferred) for executing a deferred snap-kit action.
13+
14+
### Surveys
15+
- Added [`GET /surveys.responses.list`](/beta/api-reference/surveys/responses-list) and [`POST /surveys.responses.list`](/beta/api-reference/surveys/responses-list-post) for listing survey responses.
16+
17+
## Modified Endpoints
18+
19+
### Various
20+
- Added property `sync_metadata` to various objects for reporting sync status
21+
- `article`
22+
- `chat`
23+
- `conversation`
24+
- `custom_object`
25+
- `directory`
26+
- `group`
27+
- `incident`
28+
- `operation`
29+
- `part`
30+
- `role`
31+
- `timeline_entry`
32+
- `work`

0 commit comments

Comments
 (0)