BookStack/dev/api/responses/chapters-update.json
Dan Brown 4137cf9c8f
Default chapter templates: Updated api docs and tests
Also applied minor tweaks to some wording and logic.

During review of #4750
2024-02-01 12:22:16 +00:00

27 lines
686 B
JSON

{
"id": 668,
"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": 16,
"created_at": "2023-12-22T14:26:28.000000Z",
"updated_at": "2023-12-22T14:27:59.000000Z",
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"description_html": "<p>This is an <strong>updated chapter<\/strong> that I've altered via the API<\/p>",
"default_template_id": 2428,
"tags": [
{
"name": "Category",
"value": "Kinda Good Content",
"order": 0
},
{
"name": "Rating",
"value": "Medium",
"order": 0
}
]
}