Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No post method for /identityGovernance/accessReviews/decisions/filterByCurrentUser(on=''{on}''/recordAllDecisions #406

Open
andrueastman opened this issue Aug 10, 2023 · 1 comment

Comments

@andrueastman
Copy link
Member

Related to microsoftgraph/microsoft-graph-devx-api#868

POST method not present to recordAllDecisions as documented at
https://learn.microsoft.com/en-us/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta&tabs=http

@MartinM85
Copy link
Contributor

This should be fixed by microsoft/OpenAPI.NET.OData#431

filterByCurrentUser is composable function which returns Collection(graph.accessReviewInstanceDecisionItem) and recordAllDecisions is action bound to Collection(graph.accessReviewInstanceDecisionItem)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants