lib/phrase/api/job_locales_api.rb in phrase-2.12.0 vs lib/phrase/api/job_locales_api.rb in phrase-2.13.0

- old
+ new

@@ -177,12 +177,12 @@ end response = ::Phrase::Response.new(data, headers) return response, status_code, headers end - # Delete a job locale - # Delete an existing job locale. + # Remove a target locale from a job + # Removes a target locale from a job. # @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) @@ -191,12 +191,12 @@ 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 - # Delete a job locale - # Delete an existing job locale. + # Remove a target locale from a job + # Removes a target locale from a job. # @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) @@ -342,12 +342,12 @@ end response = ::Phrase::Response.new(data, headers) return response, status_code, headers end - # Get a single job locale - # Get a single job locale for a given job. + # Show single job target locale + # Get a single target locale for a given job. # @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) @@ -356,12 +356,12 @@ 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 - # Get a single job locale - # Get a single job locale for a given job. + # Show single job target locale + # Get a single target locale for a given job. # @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) @@ -423,12 +423,12 @@ end response = ::Phrase::Response.new(data, headers) return response, status_code, headers end - # Update a job locale - # Update an existing job locale. + # Update a job target locale + # Update an existing job target locale. # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param job_locale_update_parameters [JobLocaleUpdateParameters] # @param [Hash] opts the optional parameters @@ -437,12 +437,12 @@ def job_locale_update(project_id, job_id, id, job_locale_update_parameters, opts = {}) data, _status_code, _headers = job_locale_update_with_http_info(project_id, job_id, id, job_locale_update_parameters, opts) data end - # Update a job locale - # Update an existing job locale. + # Update a job target locale + # Update an existing job target locale. # @param project_id [String] Project ID # @param job_id [String] Job ID # @param id [String] ID # @param job_locale_update_parameters [JobLocaleUpdateParameters] # @param [Hash] opts the optional parameters @@ -509,12 +509,12 @@ end response = ::Phrase::Response.new(data, headers) return response, status_code, headers end - # Create a job locale - # Create a new job locale. + # Add a target locale to a job + # Adds a target locale to a job. # @param project_id [String] Project ID # @param job_id [String] Job ID # @param job_locales_create_parameters [JobLocalesCreateParameters] # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) @@ -522,12 +522,12 @@ def job_locales_create(project_id, job_id, job_locales_create_parameters, opts = {}) data, _status_code, _headers = job_locales_create_with_http_info(project_id, job_id, job_locales_create_parameters, opts) data end - # Create a job locale - # Create a new job locale. + # Add a target locale to a job + # Adds a target locale to a job. # @param project_id [String] Project ID # @param job_id [String] Job ID # @param job_locales_create_parameters [JobLocalesCreateParameters] # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) @@ -589,12 +589,12 @@ end response = ::Phrase::Response.new(data, headers) return response, status_code, headers end - # List job locales - # List all job locales for a given job. + # List job target locales + # List all target locales for a given job. # @param project_id [String] Project ID # @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 @@ -604,11 +604,11 @@ 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 - # List job locales - # List all job locales for a given job. + # List job target locales + # List all target locales for a given job. # @param project_id [String] Project ID # @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