Prime hotfix

This commit is contained in:
daru
2022-07-26 20:48:17 +02:00
parent 7fe4181c72
commit 7185544e03
2 changed files with 7 additions and 2 deletions

View File

@@ -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 | |