Skip to content

Commit 47b64a2

Browse files
Apply suggestions from code review
Co-authored-by: Shelly Haverkamp <[email protected]>
1 parent 374d25e commit 47b64a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/azure-api-for-fhir/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Azure API for FHIR provides a fully managed deployment of the Microsoft FHIR Ser
2121

2222
### FHIR service
2323
**Enhancements to the purge-history operation**
24-
The purge history operation now allows partial delete success using the query parameter ‘allowPartialSuccess’. By default, the purge history operation waits for successful completion before deleting resources. However, if an error occurs during execution, the deletion of resources would be rolled back. By using the ‘allowPartialSuccess’ query parameter, you can prevent the transaction from being rolled back in case of an error.
24+
The purge-history operation allows you to perform a partial delete by using the query parameter ‘allowPartialSuccess’. By default, the purge-history operation waits for successful completion before deleting resources. However, if an error occurs during execution, the deletion of resources is rolled back. By using the ‘allowPartialSuccess’ query parameter, you can prevent the transaction from being rolled back in case of an error.
2525

26-
**Bug Fixes**
26+
**Bug fixes**
2727

28-
- **Fixed: HTTP Status Code for Long-Running Requests** FHIR requests that take longer than 100 seconds to execute will now return an HTTP 408 status code instead of HTTP 500.
29-
- **Fixed: History request in bundle** Prior to the fix, history request in a bundle returned HTTP status code 404.
28+
- **Fixed: HTTP status code for long-running requests**. FHIR requests that take longer than 100 seconds to execute return an HTTP 408 status code instead of HTTP 500.
29+
- **Fixed: History request in bundle**. Prior to the fix, a history request in a bundle returned HTTP status code 404.
3030

3131
## **March 2024**
3232
**Batch-bundle parallelization**

0 commit comments

Comments
 (0)