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,
|
"template": false,
|
||||||
"created_at": "2021-12-19T18:22:11.000000Z",
|
"created_at": "2021-12-19T18:22:11.000000Z",
|
||||||
"updated_at": "2022-07-29T13:44:15.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": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue