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
I'm using the reactiveSIM/deactivateSIM API methods. Both of these methods issue a PUT request and return a 200 without a response body. However, the response handler is trying to convert the empty body to JSON and fails.
I'm using the reactiveSIM/deactivateSIM API methods. Both of these methods issue a PUT request and return a 200 without a response body. However, the response handler is trying to convert the empty body to JSON and fails.
https://github.com/particle-iot/particle-api-js/blob/master/src/Agent.js#L188
The call to particle is successful, but the method errors
The text was updated successfully, but these errors were encountered: