Skip to content

Bug: /users/{user-id}/photo/$value incorrectly shows $select warning #303

@waldekmastykarz

Description

@waldekmastykarz
          Using version 0.10.0 still shows the warning:

image

Chances are that dae7ec0 reintroduced the issue.

Note that the /users/{userid}/photo endpoint supports both "/$value" and "$select" , as one can for example get just the width of the image with /users/{userid}/photo?$select=width (even if Graph will return all fields anyway)

The Open API definition contains both endpoints:
'/users/{user-id}/photo':
image

'/users/{user-id}/photo/$value':
image

Originally posted by @jackpoz in #107 (comment)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions