Skip to content

Commit 5f08057

Browse files
authored
chore: Update OpenAPI specs (#145)
1 parent ab7b945 commit 5f08057

File tree

4 files changed

+1050
-4
lines changed

4 files changed

+1050
-4
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
2+
## New Endpoints
3+
4+
### Atoms
5+
- Added [`GET /atoms.get`](/beta/api-reference/atoms/get) and [`POST /atoms.get`](/beta/api-reference/atoms/get-post) endpoints as a way to retrieve generic object information
6+
7+
### Stage Diagrams
8+
- Added new endpoints for managing stage diagrams:
9+
- [`POST /stage-diagrams.create`](/beta/api-reference/customization/stage-diagrams-create)
10+
- [`GET /stage-diagrams.get`](/beta/api-reference/customization/stage-diagrams-get) and [`POST /stage-diagrams.get`](/beta/api-reference/customization/stage-diagrams-get-post)
11+
- [`GET /stage-diagrams.list`](/beta/api-reference/customization/stage-diagrams-list) and [`POST /stage-diagrams.list`](/beta/api-reference/customization/stage-diagrams-list-post)
12+
- [`POST /stage-diagrams.update`](/beta/api-reference/customization/stage-diagrams-update)
13+
14+
## Modified Endpoints
15+
16+
### Conversations
17+
- Added support for date filtering in conversations endpoints:
18+
- [`GET /conversations.list`](/beta/api-reference/conversations/list)
19+
- [`POST /conversations.list`](/beta/api-reference/conversations/list-post)
20+
- [`GET /conversations.export`](/beta/api-reference/conversations/export)
21+
- [`POST /conversations.export`](/beta/api-reference/conversations/export-post)
22+
23+
- Added new properties to conversation objects:
24+
- `custom_fields`
25+
- `custom_schema_fragments`
26+
- `stock_schema_fragment`
27+
- `subtype`
28+
29+
### Incidents
30+
- Added `custom_fields` support to incidents endpoints:
31+
- [`GET /incidents.group`](/beta/api-reference/operate/incidents-group)
32+
- [`POST /incidents.group`](/beta/api-reference/operate/incidents-group-post)
33+
- [`GET /incidents.list`](/beta/api-reference/operate/incidents-list)
34+
- [`POST /incidents.list`](/beta/api-reference/operate/incidents-list-post)
35+
36+
### Snap-ins
37+
- Added `is_expired` property to keyring objects in [`GET /snap-ins.resources`](/beta/api-reference/snap-ins/resources) and [`POST /snap-ins.resources`](/beta/api-reference/snap-ins/resources-post) responses
38+
39+
### Schema Changes
40+
The following schema changes affect multiple endpoints:
41+
42+
- Added `translated_values` property to enum field descriptors
43+
- Added `translated_values` property to enum list field descriptors
44+
- These changes affect endpoints that work with schemas, including:
45+
- Content template endpoints
46+
- Schema management endpoints
47+
- Survey endpoints
48+
- Timeline entry endpoints
49+
- Webhook event endpoints
50+
51+
### Webhook Events
52+
- Added `old_conversation` property to conversation delete/update events
53+
- Added `old_sla_tracker` property to SLA tracker update events

0 commit comments

Comments
 (0)