Skip to content

Reset personal rating

POST
/api/v1/books/reset-personal-rating
curl --request POST \
--url http://127.0.0.1:58259/api/v1/books/reset-personal-rating \
--header 'Content-Type: application/json' \
--data '[ 1 ]'

Reset the personal rating for one or more books.

Media type application/json

List of book IDs to reset personal rating for

Array<integer>
Example generated
[
1
]

Personal rating reset successfully

Media type */*
Array<object>
object
bookId
integer format: int64
personalRating
integer format: int32

No book IDs provided

Media type */*
Array<object>
object
bookId
integer format: int64
personalRating
integer format: int32