docs/ProcessApi.md in sib-api-v3-sdk-5.2.0 vs docs/ProcessApi.md in sib-api-v3-sdk-5.2.1

- old
+ new

@@ -21,10 +21,15 @@ SibApiV3Sdk.configure do |config| # Configure API key authorization: api-key config.api_key['api-key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['api-key'] = 'Bearer' + + # Configure API key authorization: partner-key + config.api_key['partner-key'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['partner-key'] = 'Bearer' end api_instance = SibApiV3Sdk::ProcessApi.new process_id = 789 # Integer | Id of the process @@ -49,11 +54,11 @@ [**GetProcess**](GetProcess.md) ### Authorization -[api-key](../README.md#api-key) +[api-key](../README.md#api-key), [partner-key](../README.md#partner-key) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json @@ -73,10 +78,15 @@ SibApiV3Sdk.configure do |config| # Configure API key authorization: api-key config.api_key['api-key'] = 'YOUR API KEY' # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) #config.api_key_prefix['api-key'] = 'Bearer' + + # Configure API key authorization: partner-key + config.api_key['partner-key'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['partner-key'] = 'Bearer' end api_instance = SibApiV3Sdk::ProcessApi.new opts = { @@ -104,10 +114,10 @@ [**GetProcesses**](GetProcesses.md) ### Authorization -[api-key](../README.md#api-key) +[api-key](../README.md#api-key), [partner-key](../README.md#partner-key) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json