Philip Gichuhi

Results 103 comments of Philip Gichuhi

Thanks for raising this @N-M My apologies, we did not anticipate breaking code quality checks like PHPStan when we fixed the bug in the PHPDoc type, changing from `Attendee` to...

Works in latest v1 release. Also works in v2 preview

Issue seems to be on metadata. The request returns a 200 & response body - https://docs.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&tabs=http#response-1 But metadata reflects wrongly reflects that a `204` with no response body is expected......

As of [2.0.0-RC9](https://github.com/microsoftgraph/msgraph-sdk-php/releases/tag/2.0.0-RC9), PATCH requests return the deserialized response body

@deanobaldwin kindly confirm if this is the request you're making? https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0

@hubipe thanks for highlighting that missing path. I tried to create the URL path based on [the first path](https://docs.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0#http-request) The closest workaround I could come up with was: ```php $rootDriveId...

For the missing paths there's usually an alternative URL path from the docs that's supported, although we should support all.

You're welcome, feel free to share feedback on your overall experience with this version. What works well? What don't you like? What can we improve? Preferrably on the announcement post...