docs/WebhooksApi.md in sib-api-v3-sdk-7.4.0 vs docs/WebhooksApi.md in sib-api-v3-sdk-7.5.0

- old
+ new

@@ -204,11 +204,12 @@ end api_instance = SibApiV3Sdk::WebhooksApi.new opts = { - type: 'transactional' # String | Filter on webhook type + type: 'transactional', # String | Filter on webhook type + sort: 'desc' # String | Sort the results in the ascending/descending order of webhook creation } begin #Get all webhooks result = api_instance.get_webhooks(opts) @@ -221,9 +222,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **type** | **String**| Filter on webhook type | [optional] [default to transactional] + **sort** | **String**| Sort the results in the ascending/descending order of webhook creation | [optional] [default to desc] ### Return type [**GetWebhooks**](GetWebhooks.md)