docs/ValidateSystemApi.md in eilam_test-1.1.14 vs docs/ValidateSystemApi.md in eilam_test-1.1.15

- old
+ new

@@ -1,6 +1,6 @@ -# EilamTest::ValidateSystemApi +# AutosdeOpenapiClient::ValidateSystemApi All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine* | Method | HTTP request | Description | | ------ | ------------ | ----------- | @@ -15,25 +15,25 @@ ### Examples ```ruby require 'time' -require 'eilam_test' +require 'autosde_openapi_client' # setup authorization -EilamTest.configure do |config| +AutosdeOpenapiClient.configure do |config| # Configure Bearer authorization: bearerAuth config.access_token = 'YOUR_BEARER_TOKEN' end -api_instance = EilamTest::ValidateSystemApi.new -storage_system_create = EilamTest::StorageSystemCreate.new # StorageSystemCreate | +api_instance = AutosdeOpenapiClient::ValidateSystemApi.new +storage_system_create = AutosdeOpenapiClient::StorageSystemCreate.new # StorageSystemCreate | begin result = api_instance.validate_system_post(storage_system_create) p result -rescue EilamTest::ApiError => e +rescue AutosdeOpenapiClient::ApiError => e puts "Error when calling ValidateSystemApi->validate_system_post: #{e}" end ``` #### Using the validate_system_post_with_http_info variant @@ -47,10 +47,10 @@ data, status_code, headers = api_instance.validate_system_post_with_http_info(storage_system_create) p status_code # => 2xx p headers # => { ... } p data # => <ValidateSystem> -rescue EilamTest::ApiError => e +rescue AutosdeOpenapiClient::ApiError => e puts "Error when calling ValidateSystemApi->validate_system_post_with_http_info: #{e}" end ``` ### Parameters