mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
cccee0808f
Updated to full ISO-8601 to reflect change in Laravel 7.
11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"name": "My new book",
|
|
"description": "This is a book created via the API",
|
|
"created_by": 1,
|
|
"updated_by": 1,
|
|
"owned_by": 1,
|
|
"slug": "my-new-book",
|
|
"updated_at": "2020-01-12T14:05:11.000000Z",
|
|
"created_at": "2020-01-12T14:05:11.000000Z",
|
|
"id": 15
|
|
} |