msgraph-sdk-php
msgraph-sdk-php copied to clipboard
[2.0.0-RC13] No response content type header for deserialization
The teamwork->installedApps post request response doesn't have the right content-type header.
$response = $client->usersById($userId)->teamwork()->installedApps()->post($requestBody)->wait();
will throw \RuntimeException("No response content type header for deserialization");