@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | 'body' => [ |
287 | 287 | '@odata.id' => self::API_ENDPOINT.'/directoryObjects/'.$member, |
288 | 288 | ], |
289 | - 'headers' => [ |
|
289 | + 'headers' => [ |
|
290 | 290 | 'Content-Type' => 'application/json', |
291 | 291 | ], |
292 | 292 | ]; |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | 'id' => 'remove-'.$type.'-'.$member, |
298 | 298 | 'method' => 'DELETE', |
299 | 299 | 'url' => '/groups/'.$id.'/'.$type.'/'.$member.'/$ref', |
300 | - 'headers' => [ |
|
300 | + 'headers' => [ |
|
301 | 301 | 'Content-Type' => 'application/json', |
302 | 302 | ], |
303 | 303 | ]; |