microsoft-graph-devx-api icon indicating copy to clipboard operation
microsoft-graph-devx-api copied to clipboard

Snippets for APIs that rely on checking the Location header of the response lack code to do so

Open jasonjoh opened this issue 1 year ago • 0 comments

Context: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/41

Some example APIs that rely on checking the Location header:

authenticationMethod: resetPassword Create schema

We show how to make the call and get the result back, but the result doesn't expose headers. For example, the resetPassword case in C# returns a PasswordResetResponse that has no access to the headers.

jasonjoh avatar Feb 21 '24 21:02 jasonjoh