EasyPost/easypost-java

Swap Update Brand, Carrier, User, and Webhook Endpoints to use PATCH HTTP Method

Justintime50 opened this issue · 3 comments

The update brand, update carrier account, update user, and update webhook endpoints/functions are supposed to use the PATCH HTTP method and not PUT. We should swap these endpoints in the lib from PUT to PATCH. As a part of this process, please re-record those four cassettes to ensure this continues to work.

I will look into this.

The HTTP client we use does not allow us to use the PATCH method. For now, these endpoints can continue to accept PUT and we'll circle back to this at a later date.

Tracking this internally, closing this public ticket for now as there is no current user-facing impact.