1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-13 05:42:30 +03:00
Files
bookstack/dev/api/responses/comments-create.json
Dan Brown a949900570 API: Added examples for comments
Tweaked comment repo to avoid returning a lot of extra data on API
update responses.
2025-10-24 15:14:25 +01:00

13 lines
311 B
JSON

{
"id": 167,
"commentable_id": 2646,
"commentable_type": "page",
"parent_id": null,
"local_id": 29,
"created_by": 1,
"updated_by": 1,
"created_at": "2025-10-24T14:05:41.000000Z",
"updated_at": "2025-10-24T14:05:41.000000Z",
"content_ref": "bkmrk-page-title:7341676876991010:3-14",
"archived": false
}