You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires an upstream fix to our swagger definition which incorrectly marks endpoint as consuming a body and sets wrong content-type. Note that PUT /devices/:deviceId/tokens should only require a path parameter (ie: deviceId).
Before the next version is available, please manually change the source code of SDK
The API updateDeviceTokenWithDeviceId does not work due to wrong content type requested (text/plain) instead of (application/json).
File - ACDevicesApi.m, Line - 635
The text was updated successfully, but these errors were encountered: