@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/index.cjs CHANGED
@@ -4277,7 +4277,7 @@ var SeamHttpConnectedAccounts = class _SeamHttpConnectedAccounts {
4277
4277
  update(parameters, options = {}) {
4278
4278
  return new SeamHttpRequest(this, {
4279
4279
  pathname: "/connected_accounts/update",
4280
- method: "POST",
4280
+ method: "PATCH",
4281
4281
  body: parameters,
4282
4282
  responseKey: void 0,
4283
4283
  options