BookStack/dev/api/responses/books-update.json

12 lines
307 B
JSON

{
"id": 16,
"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_by": 1,
"updated_by": 1,
"owned_by": 1,
"default_template_id": 12
}