BookStack/dev/api/responses/shelves-create.json

11 lines
260 B
JSON
Raw Normal View History

{
2023-06-30 07:26:22 +00:00
"id": 14,
"name": "My shelf",
2023-06-30 07:26:22 +00:00
"slug": "my-shelf",
"description": "This is my shelf with some books",
"created_by": 1,
"updated_by": 1,
"owned_by": 1,
"created_at": "2020-04-10T13:24:09.000000Z",
2023-06-30 07:26:22 +00:00
"updated_at": "2020-04-10T13:24:09.000000Z"
}