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

26 lines
643 B
JSON
Raw Normal View History

2020-05-22 19:28:41 -04:00
{
"id": 668,
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,
"created_at": "2023-12-22T14:26:28.000000Z",
"updated_at": "2023-12-22T14:26:28.000000Z",
2020-05-22 19:28:41 -04:00
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"description_html": "<p>This is a <strong>great new chapter<\/strong> that I've created via the API<\/p>",
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": 0
2020-05-22 19:28:41 -04:00
}
]
}