docs/WebhookLog.md in ultracart_api-4.0.234 vs docs/WebhookLog.md in ultracart_api-4.0.235

- old
+ new

@@ -13,10 +13,11 @@ | **response** | **String** | Response payload (first 100,000 characters) | [optional] | | **response_headers** | [**Array<HTTPHeader>**](HTTPHeader.md) | Response headers received from the server | [optional] | | **status_code** | **Integer** | HTTP status code received from the server | [optional] | | **success** | **Boolean** | True if the delivery was successful | [optional] | | **uri** | **String** | URI of the webhook delivered to | [optional] | +| **webhook_oid** | **Integer** | webhook oid | [optional] | ## Example ```ruby require 'ultracart_api' @@ -30,9 +31,10 @@ request_id: null, response: null, response_headers: null, status_code: null, success: null, - uri: null + uri: null, + webhook_oid: null ) ```