I have valid JSON, and it will not accept this sample of Tags. The only error I get is a notification in the bottom left corner that isn’t very helpful.
- Is there somewhere in the Admin or even in the files with more detailed logs?
- Also why doesn’t this work? What is missing or mis-configured in this sample?
{
"data": {
"tags": [
{
"name": "Education",
"slug": "education",
"description": ""
},
{
"name": "Entertainment",
"slug": "entertainment",
"description": ""
},
{
"name": "Leadership",
"slug": "leadership",
"description": "Description for Leadership"
},
{
"name": "Pop Culture",
"slug": "pop-culture",
"description": "Description for Pop Culture"
},
{
"name": "Technology",
"slug": "technology",
"description": "Description for Technology"
}
]
}
}