Skip to content

chore: Update OpenAPI specs #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions fern/apis/beta/changelog/2025-06-02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## New Endpoints

### Chats
- [`/chats.update`](/beta/api-reference/chats/update): Updates a chat (DM)

### Record Templates
- [`/record-templates.get`](/beta/api-reference/record-templates/record-template-get-post): Gets a record template's information

### Service Accounts
- [`/service-accounts.update`](/beta/api-reference/service-accounts/update): Updates a service account's information

### Subscribers
- [`/subscribers.list`](/beta/api-reference/subscribers/list-post): Lists subscribers for an object

### Surveys
- [`/surveys.get`](/beta/api-reference/surveys/get-post): Gets the information for a survey

## Modified Endpoints

### Accounts
- Adds `primary_account` field, which is set when the account is merged with another

### AI Agents
- Adds `suggestions` agent response type to the `ai_agent_response` webhook event

### Rev Orgs
- Adds `primary_rev_org` field, which is set when the Rev org (workspace) is merged with another

### Users
- Adds `primary_identity` field, which is set when the user is merged with another
Loading
Loading