FOSCommentBundle
FOSCommentBundle copied to clipboard
Create thread using provided API
I'm trying to create a new thread using the REST API but is not working
Request:
POST /api/threads
body:
{
"id": "test-123"
}
Response: 400 Bad Request
{
"children": {
"id": {},
"permalink": {}
}
}
Any idea why?
Any update?