# Upload an image to a room **POST /api/Rooms/{id}/images** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string(uuid)) The id of the room to upload image ### Query parameters - **alternativeText** (string) Alternative Text(Alt) - **thumbnail** (boolean) indicates if the image should be used as thumbnail ### Body: multipart/form-data (object) - **file** (string(binary)) ## Responses ### 200 Success ### 204 If the image is successfully uploaded ### 400 If the request data is invalid ### 401 If the user is not authenticated ### 403 If the user is not authorized (not an admin) ### 404 If the room is not found [Powered by Bump.sh](https://bump.sh)