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

Update FileAttachment and ItemAttachment typings #105

Closed
wants to merge 1 commit into from

Conversation

bamncan
Copy link

@bamncan bamncan commented Oct 31, 2019

FileAttachment and ItemAttachment require a property of @odata.type when making requests such as Add Attachment in mail. Also corrected a mistyping from number to string with FileAttachment.contentBytes which expects a Base64 encoded string with requests.

Fixes #23 #100 #104

FileAttachment and ItemAttachment require a property of `@odata.type` when making requests such as Add Attachment in mail. This property will now be required. Also corrected a mistyping from number to string with FileAttachment.contentBytes which expects a Base64 encoded string on requests.
@nikithauc nikithauc closed this Sep 17, 2020
@iriszhou320
Copy link

@nikithauc why did you close it?

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

Successfully merging this pull request may close these issues.

Bug: type of FileAttachment.contentBytes should be string instead of number
3 participants