Skip to content

Commit 5c82dfa

Browse files
committed
generated by Claude
1 parent 2d8bc4f commit 5c82dfa

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
## New Endpoints
2+
3+
### Artifacts
4+
- [`/artifacts.versions.delete`](/beta/api-reference/artifacts/hard-delete-version): Delete an artifact version
5+
6+
### Brands
7+
- [`/brands.create`](/beta/api-reference/brands/create): Create a brand
8+
- [`/brands.delete`](/beta/api-reference/brands/delete): Delete a brand
9+
- [`/brands.get`](/beta/api-reference/brands/get-post): Get a brand
10+
- [`/brands.list`](/beta/api-reference/brands/list-post): List brands
11+
- [`/brands.update`](/beta/api-reference/brands/update): Update a brand
12+
13+
### Links
14+
- [`/links.replace`](/beta/api-reference/links/replace): Replace a link
15+
16+
### Metrics
17+
- [`/metric-trackers.get`](/beta/api-reference/slas/metric-trackers-get-post): Get a metric tracker
18+
19+
## Modified Endpoints
20+
21+
### Accounts
22+
- Added `subtype` and `tier` query parameters to [`/accounts.export`](/beta/api-reference/accounts/export-post) and [`/accounts.list`](/beta/api-reference/accounts/list-post)
23+
- Added `drop` property to `custom_schema_spec` in [`/accounts.create`](/beta/api-reference/accounts/create) and [`/accounts.update`](/beta/api-reference/accounts/update)
24+
25+
### Articles
26+
- Added `content_format` and `data_sources` properties in [`/articles.create`](/beta/api-reference/articles/create-article) and [`/articles.update`](/beta/api-reference/articles/update-article)
27+
- Made `applies_to_parts` optional in [`/articles.create`](/beta/api-reference/articles/create-article)
28+
29+
### Commands
30+
- Added `ai_assistant_chat` and `dm` to allowed object types in surface configuration for [`/commands.create`](/beta/api-reference/commands/create), [`/commands.update`](/beta/api-reference/commands/update) and related endpoints
31+
32+
### Conversations
33+
- Added `state` query parameter to [`/conversations.list`](/beta/api-reference/conversations/list-post) and [`/conversations.export`](/beta/api-reference/conversations/export-post)
34+
- Modified `owned_by.set` to allow empty arrays in [`/conversations.update`](/beta/api-reference/conversations/update)
35+
36+
### Groups
37+
- Added filtering by `created_by`, `name`, and `sync_metadata` fields to [`/groups.list`](/beta/api-reference/groups/list-post)
38+
39+
### Links
40+
- Added `custom_link_type` property to link objects in [`/links.create`](/beta/api-reference/links/create) and related endpoints
41+
42+
### Meetings
43+
- Added `sync_metadata` property to meeting objects in [`/meetings.create`](/beta/api-reference/meetings/create) and related endpoints
44+
45+
### Opportunities
46+
- Added `contacts` property to opportunity objects in work-related endpoints
47+
48+
### SLAs
49+
- Added `subtype` and `tier` properties to account selector in [`/slas.create`](/beta/api-reference/slas/create) and [`/slas.update`](/beta/api-reference/slas/update)
50+
51+
### Webhooks
52+
- Added `sla_tracker_fetched` event type to [`/webhooks.create`](/beta/api-reference/webhooks/create), [`/webhooks.update`](/beta/api-reference/webhooks/update) and related endpoints
53+
54+
### Widgets
55+
- Added `combination` visualization type
56+
- Changed description of line chart X-axis configuration
57+
- Changed description of line marker property
58+
- Removed `percentage_precision` from PVP metric configuration
59+
60+
## Schema Changes
61+
62+
### Custom Schema Spec
63+
Added `drop` property to `custom_schema_spec` in multiple endpoints including:
64+
- Account endpoints
65+
- Article endpoints
66+
- Chat endpoints
67+
- Code change endpoints
68+
- Conversation endpoints
69+
- Custom object endpoints
70+
- Dev user endpoints
71+
- Incident endpoints
72+
- Meeting endpoints
73+
- Part endpoints
74+
- Work endpoints
75+
76+
### Meeting Summary
77+
Added new subschema to meeting summary objects affecting multiple endpoints that reference meetings
78+
79+
### Link Summary
80+
Modified link summary schema to support custom link types across multiple endpoints
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
## New Endpoints
2+
3+
### Artifacts
4+
- [`/artifacts.versions.delete`](/public/api-reference/artifacts/hard-delete-version) - Delete artifact versions
5+
- [`/artifacts.versions.prepare`](/public/api-reference/artifacts/versions-prepare) - Prepare artifact versions
6+
7+
### Links
8+
- [`/links.replace`](/public/api-reference/links/replace) - Replace links
9+
10+
### Metric Trackers
11+
- [`/metric-trackers.get`](/public/api-reference/slas/metric-trackers-get-post) - Get metric tracker details (GET)
12+
- [`/metric-trackers.get`](/public/api-reference/slas/metric-trackers-get-post) - Get metric tracker details (POST)
13+
14+
## Modified Endpoints
15+
16+
### Accounts
17+
Added `tier` filter support to:
18+
- [`/accounts.export`](/public/api-reference/accounts/export-post) (GET & POST)
19+
- [`/accounts.list`](/public/api-reference/accounts/list-post) (GET & POST)
20+
21+
### Articles
22+
Modified schema for:
23+
- [`/articles.create`](/public/api-reference/articles/create-article)
24+
- Made `applies_to_parts` optional (removed min items constraint)
25+
- Added `content_format` and `data_sources` properties
26+
- [`/articles.update`](/public/api-reference/articles/update-article)
27+
- Added `content_format` and `data_sources` properties
28+
29+
### Conversations
30+
- [`/conversations.list`](/public/api-reference/conversations/list-post) - Added `state` and `actual_close_date` filters
31+
- [`/conversations.update`](/public/api-reference/conversations/update) - Made empty owner sets allowed (removed min items constraint)
32+
33+
### Groups
34+
Added new filters to [`/groups.list`](/public/api-reference/groups/list-post):
35+
- `created_by`
36+
- `name`
37+
- `sync_metadata` related filters
38+
39+
### Revenue Organizations
40+
- [`/rev-orgs.create`](/public/api-reference/rev-orgs/create) - Made `account` a required property
41+
42+
### SLAs
43+
Added `tier` support to account selector in:
44+
- [`/slas.create`](/public/api-reference/slas/create)
45+
- [`/slas.update`](/public/api-reference/slas/update)
46+
47+
### Webhooks
48+
Added new event type `sla_tracker_fetched` across webhook endpoints:
49+
- [`/webhooks.create`](/public/api-reference/webhooks/create)
50+
- [`/webhooks.event`](/public/api-reference/webhooks/event)
51+
- [`/webhooks.get`](/public/api-reference/webhooks/get-post)
52+
- [`/webhooks.list`](/public/api-reference/webhooks/list-post)
53+
- [`/webhooks.update`](/public/api-reference/webhooks/update)
54+
55+
### Works
56+
Added sync history filters to:
57+
- [`/works.export`](/public/api-reference/works/export-post)
58+
- [`/works.list`](/public/api-reference/works/list-post)

0 commit comments

Comments
 (0)