Skip to content

Commit 0300cb5

Browse files
fix: Fix style rules release note and formatting (#280)
1 parent 0d3f786 commit 0300cb5

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

api-reference/style-rules.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,11 @@ Replace all configured rules for a style rule list. Custom instructions are not
613613
</ParamField>
614614

615615
<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.
617617
</Info>
618618

619+
## Deleting style rules
620+
619621
### Delete a style rule list
620622

621623
`DELETE /v3/style_rules/{style_id}`

docs/resources/roadmap-and-release-notes.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ rss: true
66

77
<Update label="In active development">
88
- 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)
109
- Translation Memory via API
1110
- `v3/languages` endpoint with improved language code handling and additional functionality
1211
</Update>
1312

1413
<Update label="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+
1519
## March 24 - Write API Character Count Fix
1620
- Fixed an issue where some [DeepL API for Write](/api-reference/improve-text/) requests under-counted usage.
1721
- All characters in Write requests are now correctly counted for billing and reporting purposes.
@@ -24,16 +28,6 @@ rss: true
2428
- 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.
2529
</Update>
2630

27-
<Update label="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.
35-
</Update>
36-
3731
<Update label="January 2026">
3832
## January 20 - Legacy Auth Deprecation
3933

0 commit comments

Comments
 (0)