Closed deejaypro closed 3 years ago
Hi @deejaypro -- a straightforward change but what was the scenario that led you to this?
Hey @TKIPisalegacycipher, i was working with the createNetworkWebhooksWebhookTest endpoint and it was always throwing an exception. createNetworkWebhooksWebhookTest returns a HTTP Code 201 Created which wasnt matching any condition in the if clause. This led to the exception raise in line 218.
Thank you!
Fixed #129 with catching all 2xx status codes inside if clause.