Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Outlook - Large file/attachment upload response contains pascal cased property while camel case is expected. #39

@nikithauc

Description

@nikithauc

https://docs.microsoft.com/en-us/graph/outlook-large-attachments?tabs=javascript

Example from the documentation -
`HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context":"https://outlook.office.com/api/v2.0/$metadata#Users('a8e8e219-4931-95c1-b73d-62626fd79c32%4072aa88bf-76f0-494f-91ab-2d7cd730db47')/Messages('AAMkADI5MAAIT3drCAAA%3D')/AttachmentSessions/$entity",
"ExpirationDateTime":"2019-09-25T01:09:30.7671707Z",
"NextExpectedRanges":["2097152"]
}

There are cases when responses with camel-case properties could be returned but this is not a consistent behavior.

The documentation needs update as well and the inconsistent pattern should be indicated in the documentation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions