@wireapp/api-client 27.39.1 → 27.39.2

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.
@@ -637,7 +637,7 @@ class ConversationAPI {
637
637
  data: conversationNameData,
638
638
  method: 'put',
639
639
  url: this.backendFeatures.version >= apiBreakpoint.version8
640
- ? `/${ConversationAPI.URL.CONVERSATIONS}/${conversationId.domain}/${conversationId}/${ConversationAPI.URL.NAME}`
640
+ ? `/${ConversationAPI.URL.CONVERSATIONS}/${conversationId.domain}/${conversationId.id}/${ConversationAPI.URL.NAME}`
641
641
  : `/${ConversationAPI.URL.CONVERSATIONS}/${conversationId.id}/${ConversationAPI.URL.NAME}`,
642
642
  };
643
643
  const response = 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.39.1",
74
- "gitHead": "95132f3d28f1580a63af83354e448e1d194bc3db"
73
+ "version": "27.39.2",
74
+ "gitHead": "5e3440c7c709cbaa33a8a53f9186ca93bfc15551"
75
75
  }