spec/api/apps_api_spec.rb in SematextCloud-0.4.0 vs spec/api/apps_api_spec.rb in SematextCloud-0.5.0

- old
+ new

@@ -4,11 +4,11 @@ #API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`. OpenAPI spec version: v3 Generated by: https://github.com/swagger-api/swagger-codegen.git -Swagger Codegen version: 3.0.30 +Swagger Codegen version: 3.0.34 =end require 'spec_helper' require 'json' @@ -50,27 +50,27 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - # unit tests for get_using_get + # unit tests for get_using_get1 # Gets defails for one particular App # @param any_state_app_id anyStateAppId # @param [Hash] opts the optional parameters # @return [AppResponse] - describe 'get_using_get test' do + describe 'get_using_get1 test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - # unit tests for invite_app_guests_using_post + # unit tests for invite_app_guests_using_post1 # Invite guests to an app # @param body For `app` and `apps` fields only `id` needs to be populated.Other fields can be left empty or with default values # @param [Hash] opts the optional parameters # @return [GenericMapBasedApiResponse] - describe 'invite_app_guests_using_post test' do + describe 'invite_app_guests_using_post1 test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end @@ -82,15 +82,15 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - # unit tests for list_using_get + # unit tests for list_using_get1 # Get all apps accessible by account identified with apiKey # @param [Hash] opts the optional parameters # @return [AppsResponse] - describe 'list_using_get test' do + describe 'list_using_get1 test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end @@ -105,17 +105,17 @@ it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end - # unit tests for update_using_put2 + # unit tests for update_using_put3 # Update app # App can be in any state # @param body dto # @param any_state_app_id App Id # @param [Hash] opts the optional parameters # @return [AppResponse] - describe 'update_using_put2 test' do + describe 'update_using_put3 test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end