update-event-details
Use this API to update the details of an existing event
Use this API to update the details of an existing event
POST
https://api.memzo.ai/v1.1/update-event-details/
Headers
Name
Type
Description
Authorization *
YOUR_SECRET_KEY
x-api-key*
String
YOUR_API_KEY
Request Body
Name
Type
Description
event_id*
String
4296
event_title
String
Updated Event Name
event_date
String
event_venue
String
event_cover_image
File
{
"error": false,
"message": "Event details have been updated."
}
Last updated