update-event-title
Use this API to update the event title of an existing event
Use this API to update the event title of an existing event
POST
https://api.memzo.ai/v1/update-event-title/
Headers
Name
Type
Description
Authorization *
YOUR_SECRET_KEY
x-api-key*
String
YOUR_API_KEY
Request Body
Name
Type
Description
event_id*
String
4296
new_event_title*
String
Whitelabel Event
{
"error": false,
"message": "Event title has been changed."
}
Last updated