Homarr
Users

User Router set Profile Image

PUT
/api/users/profileImage
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/api/users/profileImage" \  -H "Content-Type: application/json" \  -d '{    "userId": "string",    "image": "string"  }'
null