Appearance
Change the confirmation message that gets displayed after a user signs up for the event
Events
POST
/events/{id}/changeSignUpConfirmationMessage
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 "message": "My updated sign-up-confirmation-message"
{
}
Responses
Event image updated

