Method: SwaggerAemClient::CrxApi#post_package_service_json

Defined in:
lib/swagger_aem/api/crx_api.rb

#post_package_service_json(path, cmd, opts = {}) ⇒ String

Parameters:

  • path (String)
  • cmd (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :group_name (String)
  • :package_name (String)
  • :package_version (String)
  • :_charset_ (String)
  • :force (Boolean)
  • :recursive (Boolean)
  • :package (File)

Returns:

  • (String)


248
249
250
251
# File 'lib/swagger_aem/api/crx_api.rb', line 248

def post_package_service_json(path, cmd, opts = {})
  data, _status_code, _headers = post_package_service_json_with_http_info(path, cmd, opts)
  data
end