mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
API Docs: Add Missing Type in Response
Type is always returned when pages/chapters are in a contents array.
This commit is contained in:
parent
e43d85b801
commit
e47870794d
@ -52,7 +52,8 @@
|
||||
"template": false,
|
||||
"created_at": "2021-12-19T18:22:11.000000Z",
|
||||
"updated_at": "2022-07-29T13:44:15.000000Z",
|
||||
"url": "https://example.com/books/my-own-book/page/cool-animals"
|
||||
"url": "https://example.com/books/my-own-book/page/cool-animals",
|
||||
"type": "page"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
Loading…
Reference in New Issue
Block a user