@wireapp/api-client 27.89.2 → 27.90.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.
@@ -118,7 +118,7 @@ class UserGroupAPI {
118
118
  async updateChannelsInGroup(gid, body) {
119
119
  const config = {
120
120
  url: `/user-groups/${gid}/channels`,
121
- method: 'post',
121
+ method: 'put',
122
122
  data: body,
123
123
  };
124
124
  await this.client.sendJSON(config);
package/package.json CHANGED
@@ -70,6 +70,6 @@
70
70
  "watch": "webpack serve --config webpack.browser.js",
71
71
  "prepare": "yarn dist"
72
72
  },
73
- "version": "27.89.2",
74
- "gitHead": "e35d6c6badad9836f2d6909a9c4780a0a89451b5"
73
+ "version": "27.90.0",
74
+ "gitHead": "ff5b8e2b92e2dca441b28ec37108c8c7be309c7c"
75
75
  }