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

StandardError raised if no response content type found for deserialization #44

Open
nickkaranatsios opened this issue Dec 11, 2024 · 0 comments

Comments

@nickkaranatsios
Copy link

Some requests for example https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/confirmCompromised may return a status 204 reason No Content and an empty response body.

@status=204 @reason_phrase="No Content" @response_body=""

This should not be treated as a fatal error and the send_async(request_info, factory, errors_mapping) method should just return an empty body

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant