Skip to content

Commit e478707

Browse files
committed
API Docs: Add Missing Type in Response
Type is always returned when pages/chapters are in a contents array.
1 parent e43d85b commit e478707

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev/api/responses/books-read.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"template": false,
5353
"created_at": "2021-12-19T18:22:11.000000Z",
5454
"updated_at": "2022-07-29T13:44:15.000000Z",
55-
"url": "https://example.com/books/my-own-book/page/cool-animals"
55+
"url": "https://example.com/books/my-own-book/page/cool-animals",
56+
"type": "page"
5657
}
5758
],
5859
"tags": [

0 commit comments

Comments
 (0)