lib/phrase/api/job_locales_api.rb in phrase-3.7.0 vs lib/phrase/api/job_locales_api.rb in phrase-3.7.1

- old
+ new

@@ -184,11 +184,11 @@ # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [nil] def job_locale_delete(project_id, job_id, id, opts = {}) data, _status_code, _headers = job_locale_delete_with_http_info(project_id, job_id, id, opts) data end @@ -198,11 +198,11 @@ # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [Array<(Response, Integer, Hash)>] Response<(nil, response status code and response headers def job_locale_delete_with_http_info(project_id, job_id, id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: JobLocalesApi.job_locale_delete ...' end @@ -349,11 +349,11 @@ # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [JobLocale] def job_locale_show(project_id, job_id, id, opts = {}) data, _status_code, _headers = job_locale_show_with_http_info(project_id, job_id, id, opts) data end @@ -363,11 +363,11 @@ # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [Array<(Response<(JobLocale)>, Integer, Hash)>] Response<(JobLocale)> data, response status code and response headers def job_locale_show_with_http_info(project_id, job_id, id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: JobLocalesApi.job_locale_show ...' end @@ -597,11 +597,11 @@ # @param job_id [String] Job 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 # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [Array<JobLocale>] def job_locales_list(project_id, job_id, opts = {}) data, _status_code, _headers = job_locales_list_with_http_info(project_id, job_id, opts) data end @@ -612,10 +612,10 @@ # @param job_id [String] Job 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 # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default - # @option opts [String] :branch specify the branch to use + # @option opts [String] :branch Branch to use # @return [Array<(Response<(Array<JobLocale>)>, Integer, Hash)>] Response<(Array<JobLocale>)> data, response status code and response headers def job_locales_list_with_http_info(project_id, job_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: JobLocalesApi.job_locales_list ...' end