You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -384,8 +384,8 @@ Name | Type | Description | Notes
384
384
385
385
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
386
386
387
-
# **get_bookid_overview**
388
-
> get_bookid_overview(id)
387
+
# **get_book_overview**
388
+
> get_book_overview(id)
389
389
390
390
391
391
@@ -429,9 +429,9 @@ with readarr.ApiClient(configuration) as api_client:
429
429
id=56# int |
430
430
431
431
try:
432
-
api_instance.get_bookid_overview(id)
432
+
api_instance.get_book_overview(id)
433
433
exceptExceptionas e:
434
-
print("Exception when calling BookApi->get_bookid_overview: %s\n"% e)
434
+
print("Exception when calling BookApi->get_book_overview: %s\n"% e)
435
435
```
436
436
437
437
* Api Key Authentication (X-Api-Key):
@@ -472,9 +472,9 @@ with readarr.ApiClient(configuration) as api_client:
472
472
id=56# int |
473
473
474
474
try:
475
-
api_instance.get_bookid_overview(id)
475
+
api_instance.get_book_overview(id)
476
476
exceptExceptionas e:
477
-
print("Exception when calling BookApi->get_bookid_overview: %s\n"% e)
477
+
print("Exception when calling BookApi->get_book_overview: %s\n"% e)
print("Exception when calling MediaCoverApi->get_media_cover_authorauthor_id_by_filename: %s\n"% e)
103
+
print("Exception when calling MediaCoverApi->get_media_cover_author_by_filename: %s\n"% e)
104
104
```
105
105
106
106
### Parameters
@@ -130,8 +130,8 @@ void (empty response body)
130
130
131
131
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments