lib/phrase/api/versions_history_api.rb in phrase-2.7.1 vs lib/phrase/api/versions_history_api.rb in phrase-2.7.2

- old
+ new

@@ -87,11 +87,11 @@ response = ::Phrase::Response.new(data, headers) return response, status_code, headers end # List all versions - # List all versions for the given translation. + # List all changes done to a given translation. # @param project_id [String] Project ID # @param translation_id [String] Translation ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @option opts [Integer] :page Page number @@ -102,10 +102,10 @@ data, _status_code, _headers = versions_list_with_http_info(project_id, translation_id, opts) data end # List all versions - # List all versions for the given translation. + # List all changes done to a given translation. # @param project_id [String] Project ID # @param translation_id [String] Translation ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @option opts [Integer] :page Page number