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

- old
+ new

@@ -89,11 +89,12 @@ 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. + 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 } begin #Return all the processes for your account result = api_instance.get_processes(opts) @@ -107,9 +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] ### Return type [**GetProcesses**](GetProcesses.md)