Appearance
Changes visibility for an event, when provided with a user group id, it is only visible in the user group, else it is publicly visible.
Events
POST
/events/{id}/changeVisibility
Parameters
Path Parameters
id*
ID of the event to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the event title
Type
Requiredstring
Request Body
application/json
JSON "userGroupId": "45"
{
}
Responses
Event visibility changed

