Open basickarl opened 7 years ago
+1
The error here is a little mis-leading as the parser has struggled to understand the blueprint.
The specific data structure you have here is a key-value property directly under an array. This would could be compared to something like {"posts": ["name": "Apiary", "founded": 2011]}
in JSON, which obviously doesn't make any sense.
I think you instead mean the following:
+ Response 200 (application/vnd.api+json)
Received on successful update or insert.
+ Attributes
+ posts (array)
+ (object)
+ name: Apiary
+ founded: 2011 (number) - The year in which the company was founded
+1
I'm getting the error:
With the following markdown: