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
refactor: simplify upload code system API and remove user_id fields
Major refactoring of the upload code system API to simplify the interface and improve consistency. The upload request structure has been consolidated and user ID references have been removed from multiple templates to support a more streamlined architecture.
Key changes:
- Unified upload request structure with simplified parameter handling
- Removed user_id fields from chat, workflow, FHIR provider, and other templates
- Updated upload code system to return asynchronous processing status
- Consolidated upload request types into a single interface
- Improved documentation for asynchronous processing workflow
🌿 Generated with Fern
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 6.0.0 - 2026-02-10
2
+
* refactor: simplify upload code system API and remove user_id fields
3
+
* Major refactoring of the upload code system API to simplify the interface and improve consistency. The upload request structure has been consolidated and user ID references have been removed from multiple templates to support a more streamlined architecture.
4
+
* Key changes:
5
+
* Unified upload request structure with simplified parameter handling
6
+
* Removed user_id fields from chat, workflow, FHIR provider, and other templates
7
+
* Updated upload code system to return asynchronous processing status
8
+
* Consolidated upload request types into a single interface
9
+
* Improved documentation for asynchronous processing workflow
10
+
* 🌿 Generated with Fern
11
+
1
12
## 5.3.0 - 2026-02-09
2
13
* feat: add custom code system export endpoint
3
14
* Add new exportCustomCodeSystem method to the construe client that allows exporting custom (non-builtin) code systems as JSON files. This feature enables users to backup and transfer code systems between instances.
0 commit comments