crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
52 stars 27 forks source link

Support new 'Remove String Approvals' API endpoint #270

Open andrii-bodnar opened 1 month ago

andrii-bodnar commented 1 month ago

Crowdin has recently introduced a new Remove String Approvals API endpoint that allows you to remove approvals for a specific string in a project for all languages in one request.

Also, the Delete String Translations API endpoint has been updated: languageId parameter is now optional.

These changes are not yet supported in the Crowdin API clients and we need to add support for them.

lcrojano commented 1 month ago

Hi, I would like to contribute to this issue.

andrii-bodnar commented 1 month ago

Hi @lcrojano, great, thank you! Assigning it to you.