Appearance
Edit an event image
Events
POST
/events/{id}/editImage
Parameters
Path Parameters
id*
ID of the event to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the event image
Type
Requiredstring
Request Body
application/json
JSON "image": "http://example.com/image.jpg"
{
}
Responses
Event image updated

