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

Python - request bodies should not be optional #4507

Closed
baywet opened this issue Apr 17, 2024 · 0 comments · Fixed by #4578
Closed

Python - request bodies should not be optional #4507

baywet opened this issue Apr 17, 2024 · 0 comments · Fixed by #4578
Assignees
Labels
priority:p0 Blocking issue. Loss of critical functions eg security/privacy violation. Bug SLA<=48hrs Python type:bug A broken experience
Milestone

Comments

@baywet
Copy link
Member

baywet commented Apr 17, 2024

Originally reported #4492

-def to_post_request_information(self,body: Optional[SendMailPostRequestBody] = None, request_configuration: Optional[SendMailRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
+def to_post_request_information(self,body: SendMailPostRequestBody, request_configuration: Optional[SendMailRequestBuilderPostRequestConfiguration] = None) -> RequestInformation:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p0 Blocking issue. Loss of critical functions eg security/privacy violation. Bug SLA<=48hrs Python type:bug A broken experience
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants