From 40ceabf311c7aa20e22110a1a88ec3f1d7103069 Mon Sep 17 00:00:00 2001 From: StarAppeal <58989289+StarAppeal@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:14:30 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f73a4ca..4fac6f3 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ npm run start ```json { "message": "string", - "success": Boolean + "success": true } ``` @@ -114,7 +114,7 @@ npm run start - **Response**: ```json { - "success": Boolean, + "success": true, "token": "string", "message": "string", "id": "string" @@ -188,7 +188,7 @@ npm run start - **Response**: ```json { - "success": Boolean, + "success": true, "message": "Spotify information updated successfully." } ``` @@ -206,7 +206,7 @@ npm run start ```json { "result": { - "success": Boolean, + "success": true, "message": "string" } } @@ -232,7 +232,7 @@ npm run start "payload": { "anything": object, "you": object, - "want": Boolean + "want": true } } ``` @@ -247,7 +247,7 @@ npm run start "payload": { "anything": object, "you": object, - "want": Boolean + "want": true } "users": [ "uuid1",