docs/ProcessApi.md in sib-api-v3-sdk-7.2.0 vs docs/ProcessApi.md in sib-api-v3-sdk-7.3.0

- old
+ new

@@ -90,11 +90,11 @@ api_instance = SibApiV3Sdk::ProcessApi.new opts = { limit: 10, # Integer | Number limitation for the result returned offset: 0, # Integer | Beginning point in the list to retrieve from. - sort: 'desc' # String | Sort the results in the ascending/descending order of record creation + sort: 'desc' # String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed } begin #Return all the processes for your account result = api_instance.get_processes(opts) @@ -108,10 +108,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **limit** | **Integer**| Number limitation for the result returned | [optional] [default to 10] **offset** | **Integer**| Beginning point in the list to retrieve from. | [optional] [default to 0] - **sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional] [default to desc] + **sort** | **String**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional] [default to desc] ### Return type [**GetProcesses**](GetProcesses.md)