Update README.md

This commit is contained in:
StarAppeal
2024-12-11 13:14:30 +01:00
committed by GitHub
parent ea262f2633
commit 40ceabf311
+6 -6
View File
@@ -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",