mirror of
https://github.com/SWG-Source/swg-main.wiki.git
synced 2026-01-15 19:04:19 -05:00
Updated Web API Spec (markdown)
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user