mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"id": 20,
|
|
"name": "My shelf",
|
|
"slug": "my-shelf",
|
|
"description": "This is my shelf with some books",
|
|
"created_by": 1,
|
|
"updated_by": 1,
|
|
"created_at": "2023-12-22T14:33:52.000000Z",
|
|
"updated_at": "2023-12-22T14:33:52.000000Z",
|
|
"owned_by": 1,
|
|
"description_html": "<p>This is <strong>my shelf<\/strong> with some books<\/p>",
|
|
"tags": [
|
|
{
|
|
"name": "Category",
|
|
"value": "Learning",
|
|
"order": 0
|
|
}
|
|
],
|
|
"cover": null
|
|
} |