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

25 lines
533 B
JSON
Raw Normal View History

2020-05-22 19:28:41 -04:00
{
2023-06-30 03:26:22 -04:00
"id": 74,
2020-05-22 19:28:41 -04:00
"book_id": 1,
2023-06-30 03:26:22 -04:00
"slug": "my-fantastic-new-chapter",
2020-05-22 19:28:41 -04:00
"name": "My fantastic new chapter",
"description": "This is a great new chapter that I've created via the API",
"priority": 15,
2020-05-22 19:28:41 -04:00
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"updated_at": "2020-05-22T22:59:55.000000Z",
"created_at": "2020-05-22T22:59:55.000000Z",
2020-05-22 19:28:41 -04:00
"tags": [
{
"name": "Category",
"value": "Top Content",
"order": 0
2020-05-22 19:28:41 -04:00
},
{
"name": "Rating",
"value": "Highest",
"order": 1
2020-05-22 19:28:41 -04:00
}
]
}