1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-11-04 13:31:45 +03:00

API: Added examples for comments

Tweaked comment repo to avoid returning a lot of extra data on API
update responses.
This commit is contained in:
Dan Brown
2025-10-24 15:14:25 +01:00
parent 9c4a9225af
commit a949900570
8 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"page_id": 2646,
"html": "<p>Can the title be updated?</p>",
"content_ref": "bkmrk-page-title:7341676876991010:3-14"
}

View File

@@ -0,0 +1,4 @@
{
"html": "<p>Can this comment be updated??????</p>",
"archived": true
}