@seamapi/http 1.75.0 → 1.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -4028,7 +4028,7 @@ var SeamHttpConnectedAccounts = class _SeamHttpConnectedAccounts {
4028
4028
  update(parameters, options = {}) {
4029
4029
  return new SeamHttpRequest(this, {
4030
4030
  pathname: "/connected_accounts/update",
4031
- method: "POST",
4031
+ method: "PATCH",
4032
4032
  body: parameters,
4033
4033
  responseKey: void 0,
4034
4034
  options