FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

Create thread using provided API

Open zazoomauro opened this issue 9 years ago • 1 comments

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?

zazoomauro avatar May 18 '16 15:05 zazoomauro

Any update?

zazoomauro avatar Jul 20 '16 14:07 zazoomauro