docs/GlossaryTermsApi.md in phrase-2.4.0 vs docs/GlossaryTermsApi.md in phrase-2.5.0

- old
+ new

@@ -32,10 +32,13 @@ config.password = 'YOUR PASSWORD' # Configure API key authorization: Token config.api_key['Authorization'] = 'YOUR API KEY' config.api_key_prefix['Authorization'] = 'token' + + # Configure Bearer authorization (JWT): bearerAuth + config.access_token = 'YOUR_BEARER_TOKEN' end api_instance = Phrase::GlossaryTermsApi.new account_id = 'account_id_example' # String | Account ID glossary_id = 'glossary_id_example' # String | Glossary ID @@ -67,11 +70,11 @@ Response<([**GlossaryTerm**](GlossaryTerm.md))> ### Authorization -[Basic](../README.md#Basic), [Token](../README.md#Token) +[Basic](../README.md#Basic), [Token](../README.md#Token), [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -97,10 +100,13 @@ config.password = 'YOUR PASSWORD' # Configure API key authorization: Token config.api_key['Authorization'] = 'YOUR API KEY' config.api_key_prefix['Authorization'] = 'token' + + # Configure Bearer authorization (JWT): bearerAuth + config.access_token = 'YOUR_BEARER_TOKEN' end api_instance = Phrase::GlossaryTermsApi.new account_id = 'account_id_example' # String | Account ID glossary_id = 'glossary_id_example' # String | Glossary ID @@ -131,11 +137,11 @@ Response<(nil (empty response body))> ### Authorization -[Basic](../README.md#Basic), [Token](../README.md#Token) +[Basic](../README.md#Basic), [Token](../README.md#Token), [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined @@ -161,10 +167,13 @@ config.password = 'YOUR PASSWORD' # Configure API key authorization: Token config.api_key['Authorization'] = 'YOUR API KEY' config.api_key_prefix['Authorization'] = 'token' + + # Configure Bearer authorization (JWT): bearerAuth + config.access_token = 'YOUR_BEARER_TOKEN' end api_instance = Phrase::GlossaryTermsApi.new account_id = 'account_id_example' # String | Account ID glossary_id = 'glossary_id_example' # String | Glossary ID @@ -196,11 +205,11 @@ Response<([**GlossaryTerm**](GlossaryTerm.md))> ### Authorization -[Basic](../README.md#Basic), [Token](../README.md#Token) +[Basic](../README.md#Basic), [Token](../README.md#Token), [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json @@ -226,10 +235,13 @@ config.password = 'YOUR PASSWORD' # Configure API key authorization: Token config.api_key['Authorization'] = 'YOUR API KEY' config.api_key_prefix['Authorization'] = 'token' + + # Configure Bearer authorization (JWT): bearerAuth + config.access_token = 'YOUR_BEARER_TOKEN' end api_instance = Phrase::GlossaryTermsApi.new account_id = 'account_id_example' # String | Account ID glossary_id = 'glossary_id_example' # String | Glossary ID @@ -263,11 +275,11 @@ Response<([**GlossaryTerm**](GlossaryTerm.md))> ### Authorization -[Basic](../README.md#Basic), [Token](../README.md#Token) +[Basic](../README.md#Basic), [Token](../README.md#Token), [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -293,10 +305,13 @@ config.password = 'YOUR PASSWORD' # Configure API key authorization: Token config.api_key['Authorization'] = 'YOUR API KEY' config.api_key_prefix['Authorization'] = 'token' + + # Configure Bearer authorization (JWT): bearerAuth + config.access_token = 'YOUR_BEARER_TOKEN' end api_instance = Phrase::GlossaryTermsApi.new account_id = 'account_id_example' # String | Account ID glossary_id = 'glossary_id_example' # String | Glossary ID @@ -330,10 +345,10 @@ Response<([**Array&lt;GlossaryTerm&gt;**](GlossaryTerm.md))> ### Authorization -[Basic](../README.md#Basic), [Token](../README.md#Token) +[Basic](../README.md#Basic), [Token](../README.md#Token), [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json