mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 23:49:37 +00:00
29 lines
704 B
JSON
29 lines
704 B
JSON
{
|
|
"id": 668,
|
|
"book_id": 1,
|
|
"slug": "my-fantastic-new-chapter",
|
|
"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",
|
|
"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>",
|
|
"default_template_id": 25,
|
|
"book_slug": "example-book",
|
|
"tags": [
|
|
{
|
|
"name": "Category",
|
|
"value": "Top Content",
|
|
"order": 0
|
|
},
|
|
{
|
|
"name": "Rating",
|
|
"value": "Highest",
|
|
"order": 0
|
|
}
|
|
]
|
|
}
|