docs/JobTemplateLocalesApi.md in phrase-2.4.0 vs docs/JobTemplateLocalesApi.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::JobTemplateLocalesApi.new project_id = 'project_id_example' # String | Project ID job_template_id = 'job_template_id_example' # String | Job Template ID @@ -68,11 +71,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 @@ -98,10 +101,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::JobTemplateLocalesApi.new project_id = 'project_id_example' # String | Project ID job_template_id = 'job_template_id_example' # String | Job Template ID @@ -135,11 +141,11 @@ Response<(**Object**)> ### 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 @@ -165,10 +171,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::JobTemplateLocalesApi.new project_id = 'project_id_example' # String | Project ID job_template_id = 'job_template_id_example' # String | Job Template ID @@ -202,11 +211,11 @@ Response<(**Object**)> ### 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 @@ -232,10 +241,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::JobTemplateLocalesApi.new project_id = 'project_id_example' # String | Project ID job_template_id = 'job_template_id_example' # String | Job Template ID @@ -267,11 +279,11 @@ Response<([**JobTemplateLocale**](JobTemplateLocale.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 @@ -297,10 +309,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::JobTemplateLocalesApi.new project_id = 'project_id_example' # String | Project ID job_template_id = 'job_template_id_example' # String | Job Template ID @@ -336,10 +351,10 @@ Response<(**Array&lt;Object&gt;**)> ### 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