You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/style-rules.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -613,9 +613,11 @@ Replace all configured rules for a style rule list. Custom instructions are not
613
613
</ParamField>
614
614
615
615
<Info>
616
-
This endpoint replaces the entire configured rules object. Use `PATCH /v3/style_rules/{style_id}` instead if you only want to update specific rules or the style rule list name.
616
+
This endpoint replaces the entire configured rules object. Use `PATCH /v3/style_rules/{style_id}` instead if you only want to update the style rule list name.
Copy file name to clipboardExpand all lines: docs/resources/roadmap-and-release-notes.mdx
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,16 @@ rss: true
6
6
7
7
<Updatelabel="In active development">
8
8
- Add more events to audit logs for Pro API customers (API key management, cost control and usage limit changes)
9
-
- Full CRUD functionality for managing [Style Rules](/api-reference/style-rules) and [Custom Instructions](/api-reference/translate/request-translation#body-custom-instructions)
10
9
- Translation Memory via API
11
10
-`v3/languages` endpoint with improved language code handling and additional functionality
12
11
</Update>
13
12
14
13
<Updatelabel="March 2026">
14
+
## March 26 - Expanded Style Rules API
15
+
- Added 5 new endpoints for style rule list operations: `POST /v3/style_rules`, `GET /v3/style_rules/{style_id}`, `PATCH /v3/style_rules/{style_id}`, `DELETE /v3/style_rules/{style_id}`, and `PUT /v3/style_rules/{style_id}/configured_rules`.
16
+
- Added 4 new endpoints for managing custom instructions within style rule lists: `POST /v3/style_rules/{style_id}/custom_instructions`, `GET /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`, `PUT /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`, and `DELETE /v3/style_rules/{style_id}/custom_instructions/{instruction_id}`.
17
+
- See the full API reference [here](/api-reference/style-rules).
18
+
15
19
## March 24 - Write API Character Count Fix
16
20
- Fixed an issue where some [DeepL API for Write](/api-reference/improve-text/) requests under-counted usage.
17
21
- All characters in Write requests are now correctly counted for billing and reporting purposes.
@@ -24,16 +28,6 @@ rss: true
24
28
- Note: 12 supported languages using three-letter base codes (e.g. ACE, CEB, CKB) are not yet included in `v2/languages` for backwards compatibility, but will be available in the upcoming `v3/languages` endpoint.
25
29
</Update>
26
30
27
-
<Updatelabel="February 2026">
28
-
## February 15 - Expanded Style Rules API
29
-
30
-
Expanded the Style Rules API with comprehensive endpoints for programmatic style rules management:
31
-
- Added 4 new endpoints for style rule list operations: create, retrieve, update, and delete
32
-
- Added 4 new endpoints for managing custom instructions within style rule lists
33
-
34
-
See the [Style Rules API reference](/api-reference/style-rules) for complete documentation.
0 commit comments