microsoft-graph-devx-api icon indicating copy to clipboard operation
microsoft-graph-devx-api copied to clipboard

Missing select options

Open ddyett opened this issue 5 years ago • 1 comments

Using the following string "https://graph.microsoft.com/v1.0/users/48d31887-5fad-4d73-a9f5-3c356e68a038/directReports?$select="

I get only two auto complete options for select but there really should be more. This is likely an issue with openapi where we think this is just a directory object but really should have User type.

AB#7486

ddyett avatar Sep 08 '20 16:09 ddyett

@darrelmiller what other options should the OpenAPI have for $select. at the moment it only has id and DeletedDateTime. - in: query name: $select description: Select properties to be returned type: array items: enum: - id - deletedDateTime type: string - in: query

njaci1 avatar Nov 16 '22 10:11 njaci1