I tried to update Azure AAD application setting through Graph explorer but getting error as MethodNotAllowed
https://developer.microsoft.com/en-us/graph/graph-explorer
I even tried samples given by below Microsoft official document but still getting same issue.
I tried to call GraphAPI UpdateAsync()
from C# code, but got error
Specified HTTP method is not allowed for the request
While initiating request, I have specified PATCH even then getting issues.
Update:
I tried by passing AAD App object_id
in Graph API url
as below but still getting issue.