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

26 lines
583 B
JSON
Raw Normal View History

2020-05-22 23:28:41 +00:00
{
"id": 75,
"book_id": 1,
"slug": "my-fantastic-updated-chapter",
"name": "My fantastic updated chapter",
"description": "This is an updated chapter that I've altered via the API",
"priority": 7,
"created_at": "2020-05-22T23:03:35.000000Z",
"updated_at": "2020-05-22T23:07:20.000000Z",
2020-05-22 23:28:41 +00:00
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"book_slug": "bookstack-demo-site",
2020-05-22 23:28:41 +00:00
"tags": [
{
"name": "Category",
"value": "Kinda Good Content",
"order": 0
2020-05-22 23:28:41 +00:00
},
{
"name": "Rating",
"value": "Medium",
"order": 1
2020-05-22 23:28:41 +00:00
}
]
}