We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9481d6 commit 17ce8e1Copy full SHA for 17ce8e1
lib/crowdin-api/api_resources/string_corrections.rb
@@ -43,7 +43,6 @@ def get_correction(correction_id = nil, query = {}, project_id = config.project_
43
Web::SendRequest.new(request).perform
44
end
45
46
- # * {https://support.crowdin.com/developer/api/v2/#tag/String-Corrections/operation/api.projects.corrections.deleteMany API Documentation}
47
# * {https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.deleteMany Enterprise API Documentation}
48
def delete_corrections(query = {}, project_id = config.project_id)
49
project_id || raise_project_id_is_required_error
0 commit comments