Method: AutosdeOpenapiClient::CeleryConfigApi#celery_config_post
- Defined in:
- lib/autosde_openapi_client/api/celery_config_api.rb
#celery_config_post(celery_config, opts = {}) ⇒ CeleryConfig
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 |