README.md in smooch-api-2.2.0 vs README.md in smooch-api-2.3.0

- old
+ new

@@ -14,11 +14,11 @@ gem install smooch-api ``` Add this to the Gemfile: - gem 'smooch-api', '~> 2.2.0' + gem 'smooch-api', '~> 2.3.0' ## Getting Started ### Authentication with JSON Web Tokens (JWTs) @@ -88,10 +88,11 @@ *SmoochApi::AppApi* | [**list_apps**](docs/AppApi.md#list_apps) | **GET** /apps | *SmoochApi::AppApi* | [**list_secret_keys**](docs/AppApi.md#list_secret_keys) | **GET** /apps/{appId}/keys | *SmoochApi::AppApi* | [**update_app**](docs/AppApi.md#update_app) | **PUT** /apps/{appId} | *SmoochApi::AppUserApi* | [**delete_app_user_profile**](docs/AppUserApi.md#delete_app_user_profile) | **DELETE** /apps/{appId}/appusers/{userId}/profile | *SmoochApi::AppUserApi* | [**get_app_user**](docs/AppUserApi.md#get_app_user) | **GET** /apps/{appId}/appusers/{userId} | +*SmoochApi::AppUserApi* | [**get_app_user_auth_code**](docs/AppUserApi.md#get_app_user_auth_code) | **GET** /apps/{appId}/appusers/{userId}/authcode | *SmoochApi::AppUserApi* | [**get_app_user_business_system_ids**](docs/AppUserApi.md#get_app_user_business_system_ids) | **GET** /apps/{appId}/appusers/{userId}/businesssystems | *SmoochApi::AppUserApi* | [**get_app_user_entity_ids**](docs/AppUserApi.md#get_app_user_entity_ids) | **GET** /apps/{appId}/appusers/{userId}/channels | *SmoochApi::AppUserApi* | [**link_app_user**](docs/AppUserApi.md#link_app_user) | **POST** /apps/{appId}/appusers/{userId}/channels | *SmoochApi::AppUserApi* | [**post_image_message**](docs/AppUserApi.md#post_image_message) | **POST** /apps/{appId}/appusers/{userId}/images | *SmoochApi::AppUserApi* | [**pre_create_app_user**](docs/AppUserApi.md#pre_create_app_user) | **POST** /apps/{appId}/appusers | @@ -135,9 +136,10 @@ - [SmoochApi::AppUserLink](docs/AppUserLink.md) - [SmoochApi::AppUserPreCreate](docs/AppUserPreCreate.md) - [SmoochApi::AppUserResponse](docs/AppUserResponse.md) - [SmoochApi::AppUserUpdate](docs/AppUserUpdate.md) - [SmoochApi::AttachmentResponse](docs/AttachmentResponse.md) + - [SmoochApi::AuthCodeResponse](docs/AuthCodeResponse.md) - [SmoochApi::BusinessSystemItem](docs/BusinessSystemItem.md) - [SmoochApi::ChannelEntityItem](docs/ChannelEntityItem.md) - [SmoochApi::Client](docs/Client.md) - [SmoochApi::ClientInfo](docs/ClientInfo.md) - [SmoochApi::Confirmation](docs/Confirmation.md)