Add support for new String Corrections API
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:
The solution is a straightforward 3-step workflow:
-
Update SDK Action: Upgrade the project's Crowdin API client library (SDK) to the latest version.
-
Implement Endpoints Action: Implement wrappers for all new CRUD operations (list, add, get, restore, delete).
-
Validate and Test Action: Add/update unit tests to confirm all new API calls are successful and properly integrated.
@andrii-bodnar if you assign me the issue, I will start working on it.
hey @andrii-bodnar , if the issue still persists pls assign me this
@man-of-game did you have some progress on this?