docs/AccountApi.md in sib-api-v3-sdk-5.3.0 vs docs/AccountApi.md in sib-api-v3-sdk-5.4.0
- old
+ new
@@ -2,17 +2,17 @@
All URIs are relative to *https://api.sendinblue.com/v3*
Method | HTTP request | Description
------------- | ------------- | -------------
-[**get_account**](AccountApi.md#get_account) | **GET** /account | Get your account informations, plans and credits details
+[**get_account**](AccountApi.md#get_account) | **GET** /account | Get your account information, plan and credits details
# **get_account**
> GetAccount get_account
-Get your account informations, plans and credits details
+Get your account information, plan and credits details
### Example
```ruby
# load the gem
require 'sib-api-v3-sdk'
@@ -30,10 +30,10 @@
end
api_instance = SibApiV3Sdk::AccountApi.new
begin
- #Get your account informations, plans and credits details
+ #Get your account information, plan and credits details
result = api_instance.get_account
p result
rescue SibApiV3Sdk::ApiError => e
puts "Exception when calling AccountApi->get_account: #{e}"
end