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

Wrong update method for /policies/adminConsentRequestPolicy - Should be PUTnot PATCH #583

Open
c-baumgartner opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@c-baumgartner
Copy link

The OpenAPI should use PUT instead PATCH for the policies/adminConsentRequestPolicy when updating settings.

If you try to use PATCH you will receive No HTTP resource was found that matches the request URI 'https://api.accessreviews.identitygovernance.azure.com/accessReviews/v2.0/me/adminConsentRequestPolicy?ring=2' error.

The HTTP example for the API Reference documentation is correct. See https://learn.microsoft.com/en-us/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0&tabs=http

@c-baumgartner c-baumgartner changed the title Wrong update method for /policies/adminConsentRequestPolicy - Should PUTnot PATCH Wrong update method for /policies/adminConsentRequestPolicy - Should be PUTnot PATCH Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant