The Crowdin Enterprise API has been extended with new endpoints, allowing you to manage string corrections in your [Source Text Review](https://support.crowdin.com/enterprise/source-text-review/) workflow. The Crowdin API client libraries need to be updated to include these new endpoints. **References:** - [List Corrections](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.getMany) - [Add Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.post) - [Delete Corrections](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.deleteMany) - [Get Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.get) - [Restore Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.put) - [Delete Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.delete)
The Crowdin Enterprise API has been extended with new endpoints, allowing you to manage string corrections in your Source Text Review workflow.
The Crowdin API client libraries need to be updated to include these new endpoints.
References: