mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-15 20:39:52 +01:00
Prime hotfix
This commit is contained in:
@@ -295,3 +295,8 @@ _[]Appointment_ (POST/DELETE)
|
||||
}
|
||||
]
|
||||
```
|
||||
### User data
|
||||
| Method | Route | Description | Response | Parameter | Header | POST-Body |
|
||||
| - | - | - | - | - | - | - |
|
||||
| GET | /api/userdata/{user}/{key} | User data holen | | {user} = MAL username; {key} = Key der data | X-HUSO-AUTH | Plaintext(binary) data |
|
||||
| PUT | /api/userdata/{user}/{key} | User data setzen | Plaintext(binary) data | {user} = MAL username; {key} = Key der data | X-HUSO-AUTH | |
|
||||
|
||||
Reference in New Issue
Block a user