Download OpenAPI specification:Download
PHP Course (ABV FU Berlin) 2024 Exam
Update user with ID. Fields are updated in order username,password,image. If one fails, subsequent are not updated
| id required | integer <int14> User ID |
| username | string |
| password | string |
| image | string |
{- "username": "string",
- "password": "string",
- "image": "string"
}true