-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
ringcentral-js/src/http/ApiResponse.js
Line 95 in 631349c
| if (!this._isJson() && !this._isMultipart()) throw new Error('Response is not text'); |
if (!this._isJson() && !this._isMultipart()) throw new Error('Response is not text');But HTTP PUT /restapi/v1.0/glip/groups/{groupId}/posts/{postId}/text returns text which will cause exception.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels