Download OpenAPI specification:Download
PHP Course (ABV FU Berlin) 2024 Exam
Register a new user
| username required | string |
| email required | string |
| password required | string |
{- "username": "string",
- "email": "string",
- "password": "string"
}trueUpdate user with ID. Fields are updated in order username, password, image. If one fails, subsequent are not updated.
Use special ID self to update logged in user.
Requires logged in user to have admin permissions for any ID other than self.
| id required | integer <int14> User ID |
| username | string |
| password | string |
| image | string <binary> |
{- "username": "string",
- "password": "string",
- "image": "string"
}true