From c29183a14fc9b9643dc509c5f5c42d7cb06aab94 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 23 Jan 2026 09:22:34 -0500 Subject: [PATCH] fix: minor formatting fix in Bruno ebook rating file - Remove extra space in 'body: json' declaration - Ensure file ends with proper newline --- bruno/ebooks/Create-Update Ebook Rating.bru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bruno/ebooks/Create-Update Ebook Rating.bru b/bruno/ebooks/Create-Update Ebook Rating.bru index 92df6e3..dc3ee60 100644 --- a/bruno/ebooks/Create-Update Ebook Rating.bru +++ b/bruno/ebooks/Create-Update Ebook Rating.bru @@ -10,7 +10,7 @@ post { auth: inherit } -body: json { +body:json { { "rating": 4 } @@ -46,4 +46,4 @@ docs { - 400: Invalid rating value - 401: Invalid authentication - 404: Ebook not found -} \ No newline at end of file +}