docs/ProcessApi.md in sib-api-v3-sdk-2.0.1 vs docs/ProcessApi.md in sib-api-v3-sdk-2.1.0
- old
+ new
@@ -25,11 +25,11 @@
#config.api_key_prefix['api-key'] = 'Bearer'
end
api_instance = SibApiV3Sdk::ProcessApi.new
-process_id = "process_id_example" # String | Id of the process
+process_id = 789 # Integer | Id of the process
begin
#Return the informations for a process
result = api_instance.get_process(process_id)
@@ -41,10 +41,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **process_id** | **String**| Id of the process |
+ **process_id** | **Integer**| Id of the process |
### Return type
[**GetProcess**](GetProcess.md)