- Issue created by @flitt1
- 🇨🇦Canada nickdjm
Just to update this issue.
bodyValue, bodyFormat, and other field properties like that are going to be removed in v3. We've been running into a handful of issues with it, and it's much cleaner to just have the content in proper objects.
The only accepted format moving forward will be:
body: value: format:
- 🇨🇦Canada nickdjm
The json format will work as well, but that's more so because both json and yaml are valid yaml.