BookStack/dev/api/requests/books-update.json

8 lines
178 B
JSON

{
"name": "My updated book",
"description": "This is my book with updated details",
"default_template_id": 12,
"tags": [
{"name": "Subject", "value": "Updates"}
]
}