Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 0a0b523

Browse files
committed
cosmetic changes
1 parent 5e158a1 commit 0a0b523

File tree

2 files changed

+30
-37
lines changed

2 files changed

+30
-37
lines changed

fern/apis/public/changelog/2024-12-02.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
### Accounts
77
The following account-related endpoints now support a new `websites` property in requests/responses:
88

9-
- [`POST /accounts.create`](/public/api-reference/accounts/create)
10-
- [`GET /accounts.export`](/public/api-reference/accounts/export-post)
11-
- [`POST /accounts.export`](/public/api-reference/accounts/export-post)
12-
- [`GET /accounts.get`](/public/api-reference/accounts/get-post)
13-
- [`POST /accounts.get`](/public/api-reference/accounts/get-post)
14-
- [`GET /accounts.list`](/public/api-reference/accounts/list-post)
15-
- [`POST /accounts.list`](/public/api-reference/accounts/list-post)
16-
- [`POST /accounts.update`](/public/api-reference/accounts/update)
9+
- [`/accounts.create`](/public/api-reference/accounts/create)
10+
- [`/accounts.export`](/public/api-reference/accounts/export-post)
11+
- [`/accounts.get`](/public/api-reference/accounts/get-post)
12+
- [`/accounts.list`](/public/api-reference/accounts/list-post)
13+
- [`/accounts.update`](/public/api-reference/accounts/update)
1714

1815
### Auth Connections
1916
Several changes to auth connection endpoints:
@@ -23,24 +20,19 @@ Several changes to auth connection endpoints:
2320
- Updated required fields for SAML connections
2421

2522
Affected endpoints:
26-
- [`POST /dev-orgs.auth-connections.create`](/public/api-reference/auth-connection/dev-org-auth-connections-create)
27-
- [`GET /dev-orgs.auth-connections.get`](/public/api-reference/auth-connection/dev-org-auth-connections-get-post)
28-
- [`POST /dev-orgs.auth-connections.get`](/public/api-reference/auth-connection/dev-org-auth-connections-get-post)
29-
- [`GET /dev-orgs.auth-connections.list`](/public/api-reference/auth-connection/dev-org-auth-connections-list-post)
30-
- [`POST /dev-orgs.auth-connections.list`](/public/api-reference/auth-connection/dev-org-auth-connections-list-post)
31-
- [`POST /dev-orgs.auth-connections.update`](/public/api-reference/auth-connection/dev-org-auth-connections-update)
23+
- [`/dev-orgs.auth-connections.create`](/public/api-reference/auth-connection/dev-org-auth-connections-create)
24+
- [`/dev-orgs.auth-connections.get`](/public/api-reference/auth-connection/dev-org-auth-connections-get-post)
25+
- [`/dev-orgs.auth-connections.list`](/public/api-reference/auth-connection/dev-org-auth-connections-list-post)
26+
- [`/dev-orgs.auth-connections.update`](/public/api-reference/auth-connection/dev-org-auth-connections-update)
3227

3328
### SLAs
3429
Added `websites` property to account selector in:
35-
- [`POST /slas.create`](/public/api-reference/slas/create)
36-
- [`POST /slas.update`](/public/api-reference/slas/update)
30+
- [`/slas.create`](/public/api-reference/slas/create)
31+
- [`/slas.update`](/public/api-reference/slas/update)
3732

3833
### Webhooks
3934
Added new event types: `sync_history_created`, `sync_history_deleted`, `sync_history_updated`, `sync_unit_updated` to:
40-
- [`POST /webhooks.create`](/public/api-reference/webhooks/create)
41-
- [`GET /webhooks.get`](/public/api-reference/webhooks/get-post)
42-
- [`POST /webhooks.get`](/public/api-reference/webhooks/get-post)
43-
- [`GET /webhooks.list`](/public/api-reference/webhooks/list-post)
44-
- [`POST /webhooks.list`](/public/api-reference/webhooks/list-post)
45-
- [`POST /webhooks.update`](/public/api-reference/webhooks/update)
46-
-
35+
- [`/webhooks.create`](/public/api-reference/webhooks/create)
36+
- [`/webhooks.get`](/public/api-reference/webhooks/get-post)
37+
- [`/webhooks.list`](/public/api-reference/webhooks/list-post)
38+
- [`/webhooks.update`](/public/api-reference/webhooks/update)

fern/apis/public/changelog/2025-01-08.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
### Accounts
33
Modified endpoints that handle account objects ([accounts API reference](/public/api-reference/accounts)):
44
- Made `external_refs` an optional property in account objects for endpoints:
5-
- [`POST /accounts.create`](/public/api-reference/accounts/create)
6-
- [`GET/POST /accounts.export`](/public/api-reference/accounts/export-post)
7-
- [`GET/POST /accounts.get`](/public/api-reference/accounts/get-post)
8-
- [`GET/POST /accounts.list`](/public/api-reference/accounts/list-post)
9-
- [`POST /accounts.update`](/public/api-reference/accounts/update)
5+
- [`/accounts.create`](/public/api-reference/accounts/create)
6+
- [`/accounts.export`](/public/api-reference/accounts/export-post)
7+
- [`/accounts.get`](/public/api-reference/accounts/get-post)
8+
- [`/accounts.list`](/public/api-reference/accounts/list-post)
9+
- [`/accounts.update`](/public/api-reference/accounts/update)
1010

1111
### Dev Users
1212
Updated endpoints that handle dev user objects ([dev-users API reference](/public/api-reference/dev-users)):
1313
- Added `value` property to `employment_status` in job history for endpoints:
14-
- [`GET/POST /dev-users.get`](/public/api-reference/dev-users/get-post)
15-
- [`GET/POST /dev-users.list`](/public/api-reference/dev-users/list-post)
16-
- [`GET/POST /dev-users.self`](/public/api-reference/dev-users/self-post)
14+
- [`/dev-users.get`](/public/api-reference/dev-users/get-post)
15+
- [`/dev-users.list`](/public/api-reference/dev-users/list-post)
16+
- [`/dev-users.self`](/public/api-reference/dev-users/self-post)
1717

1818
### Webhooks
19-
For [`POST /webhooks.event`](/public/api-reference/webhooks/event):
19+
For [`/webhooks.event`](/public/api-reference/webhooks/event):
2020
- Added new property `ai_agent_response`
2121
- Added `sla_summary` property to conversations and works
2222
- Added `value` property to various enum fields in incidents, survey responses, and tickets
@@ -25,9 +25,10 @@ For [`POST /webhooks.event`](/public/api-reference/webhooks/event):
2525
Modified endpoints that handle work objects ([works API reference](/public/api-reference/works)):
2626
- Added `sla_summary` property to issues and tickets
2727
- Added `value` property to ticket sentiment field
28+
2829
These changes affect the following endpoints:
29-
- [`POST /works.create`](/public/api-reference/works/create)
30-
- [`GET/POST /works.export`](/public/api-reference/works/export-post)
31-
- [`GET/POST /works.get`](/public/api-reference/works/get-post)
32-
- [`GET/POST /works.list`](/public/api-reference/works/list-post)
33-
- [`POST /works.update`](/public/api-reference/works/update)
30+
- [`/works.create`](/public/api-reference/works/create)
31+
- [`/works.export`](/public/api-reference/works/export-post)
32+
- [`/works.get`](/public/api-reference/works/get-post)
33+
- [`/works.list`](/public/api-reference/works/list-post)
34+
- [`/works.update`](/public/api-reference/works/update)

0 commit comments

Comments
 (0)