Method: AutosdeOpenapiClient::CeleryConfigApi#celery_config_post

Defined in:
lib/autosde_openapi_client/api/celery_config_api.rb

#celery_config_post(celery_config, opts = {}) ⇒ CeleryConfig

Parameters:

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

    the optional parameters

Returns:



78
79
80
81
# File 'lib/autosde_openapi_client/api/celery_config_api.rb', line 78

def celery_config_post(celery_config, opts = {})
  data, _status_code, _headers = celery_config_post_with_http_info(celery_config, opts)
  data
end