Skip to content

Python - request bodies should not be optional #4507

Closed

Description

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

Metadata

Assignees

Labels

Pythonpriority:p0Blocking issue. Loss of critical functions eg security/privacy violation. Bug SLA<=48hrstype:bugA broken experience

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions