Updated Web API Spec (markdown)

This commit is contained in:
Tekaoh
2025-03-21 20:20:03 -04:00
parent a98e0d25d2
commit 64b75f711a

View File

@@ -68,13 +68,13 @@ Content-Type: application/x-www-form-urlencoded
user_name=playsswgyodadoes&secretKey=somesuperdupersecretkey
```
You can then get the admin level for this user from your application and send it back as a stringified integer in JSON format like this:
You can then get the admin level for this user from your application and send it back in JSON format like this:
```
### Response
Content-Type: application/json
{
"message": "50"
"message": 50
}
```