BookStack/dev/api/requests/chapters-update.json
2023-07-11 14:11:13 +02:00

10 lines
272 B
JSON

{
"book_id": 1,
"name": "My fantastic updated chapter",
"description": "This is an updated chapter that I've altered via the API",
"tags": [
{"name": "Category", "value": "Kinda Good Content"},
{"name": "Rating", "value": "Medium"}
],
"priority": 15
}