Appearance
Edit an event content
Events
POST
/events/{id}/editContent
Parameters
Path Parameters
id*
ID of the event to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the event content
Type
Requiredstring
Request Body
application/json
JSON "content": "My updated content"
{
}
Responses
Event content updated

