Closed andrii-bodnar closed 1 year ago
@andrii-bodnar type of qaChecksIgnorableCategories
is the same that of qaCheckCategories
? Seems like props are the same
Also in docs I noticed new properties in qaCheckCategories
model that are also exist in qaChecksIgnorableCategories
But these props are not available in API client yet. Should we also add them?
@andrii-bodnar type of
qaChecksIgnorableCategories
is the same that ofqaCheckCategories
? Seems like props are the same
Please provide the API methods as a reference, probably it's the same, but need to check additionally
Also in docs I noticed new properties in
qaCheckCategories
model that are also exist inqaChecksIgnorableCategories
But these props are not available in API client yet. Should we also add them?
Nice catch, these are new types that have been added recently, they should be reflected in the API client as well
Please provide the API methods as a reference, probably it's the same, but need to check additionally
It's Add Project method
type of qaChecksIgnorableCategories is the same that of qaCheckCategories? Seems like props are the same
yes, it's the same
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:
It should be reflected in this API client and the corresponding unit tests should be updated.