2020-05-23 01:28:41 +02:00
|
|
|
{
|
|
|
|
"book_id": 1,
|
|
|
|
"name": "My fantastic updated chapter",
|
|
|
|
"description": "This is an updated chapter that I've altered via the API",
|
2023-08-21 16:40:53 +02:00
|
|
|
"priority": 16,
|
2020-05-23 01:28:41 +02:00
|
|
|
"tags": [
|
|
|
|
{"name": "Category", "value": "Kinda Good Content"},
|
|
|
|
{"name": "Rating", "value": "Medium"}
|
2023-08-21 16:40:53 +02:00
|
|
|
]
|
2023-07-11 14:11:13 +02:00
|
|
|
}
|