crowdin-api-client-ruby
crowdin-api-client-ruby copied to clipboard
Projects API: `qaChecksIgnorableCategories` support
Crowdin Rest API now supports the qaChecksIgnorableCategories field on the Projects API.
This field allows you to retrieve the list of QA Check categories that can be ignored for a Crowdin project.
Affected API methods:
- Add project (request schema)
- Project settings response model
- Edit Project (request schema)
It should be reflected in this API client and the corresponding unit tests should be updated.