We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b51db9 commit cda8622Copy full SHA for cda8622
lib/crowdin-api/api_resources/translations.rb
@@ -52,6 +52,8 @@ def edit_pre_translations(pre_translation_id = nil, query = {}, project_id = con
52
Web::SendRequest.new(request).perform
53
end
54
55
+ # * {https://support.crowdin.com/developer/api/v2/#tag/Translations/operation/api.projects.pre-translations.report.getReport API Documentation}
56
+ # * {https://support.crowdin.com/developer/enterprise/api/v2/#tag/Translations/operation/api.projects.pre-translations.report.getReport Enterprise API Documentation}
57
def pre_translation_report(pre_translation_id = nil, project_id = config.project_id)
58
pre_translation_id || raise_parameter_is_required_error(:pre_translation_id)
59
project_id || raise_project_id_is_required_error
0 commit comments