docs/AppsApi.md in SematextCloud-0.4.0 vs docs/AppsApi.md in SematextCloud-0.5.0
- old
+ new
@@ -4,16 +4,16 @@
| Method | HTTP request | Description |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------ |
| [**delete_using_delete**](AppsApi.md#delete_using_delete) | **DELETE** /users-web/api/v3/apps/{anyStateAppId} | delete |
| [**get_app_types_using_get**](AppsApi.md#get_app_types_using_get) | **GET** /users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey |
-| [**get_using_get**](AppsApi.md#get_using_get) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
-| [**invite_app_guests_using_post**](AppsApi.md#invite_app_guests_using_post) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
+| [**get_using_get1**](AppsApi.md#get_using_get1) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
+| [**invite_app_guests_using_post1**](AppsApi.md#invite_app_guests_using_post1) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
| [**list_apps_users_using_get**](AppsApi.md#list_apps_users_using_get) | **GET** /users-web/api/v3/apps/users | Get all users of apps accessible to this account |
-| [**list_using_get**](AppsApi.md#list_using_get) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
+| [**list_using_get1**](AppsApi.md#list_using_get1) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
| [**update_description_using_put1**](AppsApi.md#update_description_using_put1) | **PUT** /users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app |
-| [**update_using_put2**](AppsApi.md#update_using_put2) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
+| [**update_using_put3**](AppsApi.md#update_using_put3) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
# **delete_using_delete**
> GenericMapBasedApiResponse delete_using_delete(any_state_app_id)
@@ -109,13 +109,13 @@
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
-# **get_using_get**
+# **get_using_get1**
-> AppResponse get_using_get(any_state_app_id)
+> AppResponse get_using_get1(any_state_app_id)
Gets defails for one particular App
### Example
@@ -134,14 +134,14 @@
any_state_app_id = 789 # Integer | anyStateAppId
begin
#Gets defails for one particular App
- result = api_instance.get_using_get(any_state_app_id)
+ result = api_instance.get_using_get1(any_state_app_id)
p result
rescue SematextCloud::ApiError => e
- puts "Exception when calling AppsApi->get_using_get: #{e}"
+ puts "Exception when calling AppsApi->get_using_get1: #{e}"
end
```
### Parameters
@@ -160,13 +160,13 @@
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
-# **invite_app_guests_using_post**
+# **invite_app_guests_using_post1**
-> GenericMapBasedApiResponse invite_app_guests_using_post(body)
+> GenericMapBasedApiResponse invite_app_guests_using_post1(body)
Invite guests to an app
### Example
@@ -185,14 +185,14 @@
body = SematextCloud::Invitation.new # Invitation | For `app` and `apps` fields only `id` needs to be populated.Other fields can be left empty or with default values
begin
#Invite guests to an app
- result = api_instance.invite_app_guests_using_post(body)
+ result = api_instance.invite_app_guests_using_post1(body)
p result
rescue SematextCloud::ApiError => e
- puts "Exception when calling AppsApi->invite_app_guests_using_post: #{e}"
+ puts "Exception when calling AppsApi->invite_app_guests_using_post1: #{e}"
end
```
### Parameters
@@ -258,13 +258,13 @@
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
-# **list_using_get**
+# **list_using_get1**
-> AppsResponse list_using_get
+> AppsResponse list_using_get1
Get all apps accessible by account identified with apiKey
### Example
@@ -281,14 +281,14 @@
api_instance = SematextCloud::AppsApi.new
begin
#Get all apps accessible by account identified with apiKey
- result = api_instance.list_using_get
+ result = api_instance.list_using_get1
p result
rescue SematextCloud::ApiError => e
- puts "Exception when calling AppsApi->list_using_get: #{e}"
+ puts "Exception when calling AppsApi->list_using_get1: #{e}"
end
```
### Parameters
@@ -361,13 +361,13 @@
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
-# **update_using_put2**
+# **update_using_put3**
-> AppResponse update_using_put2(bodyany_state_app_id)
+> AppResponse update_using_put3(bodyany_state_app_id)
Update app
App can be in any state
@@ -389,13 +389,13 @@
any_state_app_id = 789 # Integer | App Id
begin
#Update app
- result = api_instance.update_using_put2(bodyany_state_app_id)
+ result = api_instance.update_using_put3(bodyany_state_app_id)
p result
rescue SematextCloud::ApiError => e
- puts "Exception when calling AppsApi->update_using_put2: #{e}"
+ puts "Exception when calling AppsApi->update_using_put3: #{e}"
end
```
### Parameters