Skip to content

Commit 8c1e386

Browse files
chore: add changelog for 2025-06-26 (OpenAPI removals and cleanup)
1 parent e37c99d commit 8c1e386

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

fern/changelog/2025-06-26.mdx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "2025-06-26"
3+
---
4+
5+
# Changelog – 2025-06-26
6+
7+
<Card>
8+
<Check /> **Deprecations & Removals**
9+
10+
Significant removals and cleanup have been made to the OpenAPI specification in this release. These changes are part of an ongoing effort to streamline the API, reduce legacy complexity, and improve maintainability. Please review the following removals and update your integrations accordingly.
11+
</Card>
12+
13+
<Frame>
14+
### Removed Endpoints
15+
- `/workflow/generate` endpoint has been **removed**. Any workflows or integrations depending on this endpoint should migrate to alternative workflow generation methods.
16+
</Frame>
17+
18+
### Removed Properties and Fields
19+
- **Org, CreateOrgDTO, UpdateOrgDTO**:
20+
- `concurrencyLimit.deprecated` has been removed. Use the standard `concurrencyLimit` field if applicable.
21+
- **Chat, CreateChatDTO, OpenAIResponsesRequest**:
22+
- `assistantOverrides` property has been removed. Please ensure assistant configuration is managed through supported properties.
23+
- **McpTool, CreateMcpToolDTO, UpdateMcpToolDTO**:
24+
- `metadata` property has been removed. Tool metadata should be handled externally or through updated API fields.
25+
- **Campaign**:
26+
- The following call counter fields have been removed: `callsCounterQueued`, `callsCounterScheduled`, `callsCounterInProgress`, `callsCounterEndedVoicemail`.
27+
- **LMNTVoice, FallbackLMNTVoice**:
28+
- `language` field has been removed, as well as references in voice fallback plans. Language selection should now be managed at a higher level in your configuration.
29+
- **ServerMessageResponseTransferDestinationRequest**:
30+
- `message` property has been removed.
31+
- **WorkflowCustomModel, WorkflowGoogleModel, LMNTVoice**:
32+
- The `model` and `voice` references in workflow and assistant configuration have been cleaned up for consistency and to remove unused fields.
33+
34+
---
35+
36+
<Card>
37+
If you are using any of the removed endpoints or properties, please update your integration to use the new recommended patterns. For migration help, contact support or refer to the developer documentation.
38+
</Card>

0 commit comments

Comments
 (0)