]> BookStack Code Mirror - bookstack/blobdiff - dev/api/responses/books-update.json
Input WYSIWYG: Updated API examples to align with changes
[bookstack] / dev / api / responses / books-update.json
index f69677c4ad79d3f75d89a4cedd5c3e415d3f9685..dafa2feb032315862c263f66034b55a8c27cb1c0 100644 (file)
@@ -1,12 +1,21 @@
 {
-  "id": 16,
+  "id": 226,
   "name": "My updated book",
   "slug": "my-updated-book",
   "description": "This is my book with updated details",
-  "created_at": "2020-01-12T14:09:59.000000Z",
-  "updated_at": "2020-01-12T14:16:10.000000Z",
+  "created_at": "2023-12-22T14:22:28.000000Z",
+  "updated_at": "2023-12-22T14:24:07.000000Z",
   "created_by": 1,
   "updated_by": 1,
   "owned_by": 1,
-  "default_template_id": 12
+  "default_template_id": 2427,
+  "description_html": "<p>This is my book with <em>updated<\/em> details<\/p>",
+  "tags": [
+    {
+      "name": "Subject",
+      "value": "Updates",
+      "order": 0
+    }
+  ],
+  "cover": null
 }
\ No newline at end of file