mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-23 23:02:08 +03:00
API Docs: Sort a few example responses
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": 15,
|
||||
"name": "My new book",
|
||||
"slug": "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
|
||||
"created_at": "2020-01-12T14:05:11.000000Z"
|
||||
}
|
||||
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"id": 74,
|
||||
"book_id": 1,
|
||||
"priority": 6,
|
||||
"slug": "my-fantastic-new-chapter",
|
||||
"name": "My fantastic new chapter",
|
||||
"description": "This is a great new chapter that I've created via the API",
|
||||
"priority": 6,
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"slug": "my-fantastic-new-chapter",
|
||||
"updated_at": "2020-05-22T22:59:55.000000Z",
|
||||
"created_at": "2020-05-22T22:59:55.000000Z",
|
||||
"id": 74,
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": 14,
|
||||
"name": "My shelf",
|
||||
"slug": "my-shelf",
|
||||
"description": "This is my shelf with some books",
|
||||
"created_by": 1,
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"slug": "my-shelf",
|
||||
"updated_at": "2020-04-10T13:24:09.000000Z",
|
||||
"created_at": "2020-04-10T13:24:09.000000Z",
|
||||
"id": 14
|
||||
"updated_at": "2020-04-10T13:24:09.000000Z"
|
||||
}
|
||||
Reference in New Issue
Block a user