BookStackApp_BookStack/dev/api/requests/shelves-create.json

8 lines
189 B
JSON

{
"name": "My shelf",
"description_html": "<p>This is <strong>my shelf</strong> with some books</p>",
"books": [5,1,3],
"tags": [
{"name": "Category", "value": "Learning"}
]
}