@@ -16,8 +16,6 @@ Method | HTTP request | Description
1616# ** create_book**
1717> BookResource create_book(book_resource=book_resource)
1818
19-
20-
2119### Example
2220
2321* Api Key Authentication (apikey):
@@ -99,8 +97,6 @@ Name | Type | Description | Notes
9997# ** delete_book**
10098> delete_book(id, delete_files=delete_files, add_import_list_exclusion=add_import_list_exclusion)
10199
102-
103-
104100### Example
105101
106102* Api Key Authentication (apikey):
@@ -183,8 +179,6 @@ void (empty response body)
183179# ** get_book_by_id**
184180> BookResource get_book_by_id(id)
185181
186-
187-
188182### Example
189183
190184* Api Key Authentication (apikey):
@@ -266,8 +260,6 @@ Name | Type | Description | Notes
266260# ** get_book_overview**
267261> get_book_overview(id)
268262
269-
270-
271263### Example
272264
273265* Api Key Authentication (apikey):
@@ -346,8 +338,6 @@ void (empty response body)
346338# ** list_book**
347339> List[ BookResource] list_book(author_id=author_id, book_ids=book_ids, title_slug=title_slug, include_all_author_books=include_all_author_books)
348340
349-
350-
351341### Example
352342
353343* Api Key Authentication (apikey):
@@ -435,8 +425,6 @@ Name | Type | Description | Notes
435425# ** put_book_monitor**
436426> put_book_monitor(books_monitored_resource=books_monitored_resource)
437427
438-
439-
440428### Example
441429
442430* Api Key Authentication (apikey):
@@ -516,8 +504,6 @@ void (empty response body)
516504# ** update_book**
517505> BookResource update_book(id, book_resource=book_resource)
518506
519-
520-
521507### Example
522508
523509* Api Key Authentication (apikey):
0 commit comments