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

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

Open
jasonjoh opened this issue Feb 21, 2024 · 0 comments
Labels
area: snippets-generation Describes a required fix to the snippet generator

Comments

@jasonjoh
Copy link
Member

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.

@millicentachieng millicentachieng added the area: snippets-generation Describes a required fix to the snippet generator label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: snippets-generation Describes a required fix to the snippet generator
Projects
None yet
Development

No branches or pull requests

2 participants