Add PUT method to Graph API Module
Currently Graph API module's "Graph Client" Codeunit has Get, Post, Patch and Delete Methods but lacks a PUT method which is also required for some microsoft graph requests.
It also lacks OPTIONS and HEAD methods which are common HTTP Methods but I don't realy know if they are...
STATUS DETAILS
Needs Votes