The parameter for Object Data should be "body" not "Body".#667
The parameter for Object Data should be "body" not "Body".#667joaomarceloalencar wants to merge 2 commits into
Conversation
Using "Body" as optional parameter creates empty object. "body" should be used.
|
Hi @joaomarceloalencar, thanks for the contribution! The documentation your PR is editing is automatically generated based on the official AWS documentation, so your change will be overwritten the next time things are updated. As for why you're seeing differences in behavior between |
|
Hi @ararslan Thank you for your reply. Yeah, I really thought that this documentation was automatically generated. But I thought that the PR was the best way show exactly what confused me when using AWS.jl. I was kind of lost trying to make it work, then someone at Reddit help me out. It is a small thing, but very annoying. Regarding the backend, all I did was Best Regards. |
|
Unfortunately this is generated from Does not specify capitalization anywhere :/ |
Using "Body" as optional parameter creates empty object. "body" should be used.
This code:
Creates an empty object. If you use "body" instead of "Body", it creates the object with the expected content. The documentation uses "Body".