Method: OpenapiClient::BatchesApi#update_batch

Defined in:
lib/openapi_client/api/batches_api.rb

#update_batch(batch_id, opts = {}) ⇒ String

Update Batch By Id Update Batch By Id

Parameters:

  • batch_id (String)

    Batch ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (String)


720
721
722
723
# File 'lib/openapi_client/api/batches_api.rb', line 720

def update_batch(batch_id, opts = {})
  data, _status_code, _headers = update_batch_with_http_info(batch_id, opts)
  data
end