update-album-details
Use this API to update the details of an existing album
Use this API to update the details of an existing album
POST
https://api.memzo.ai/v1.1/update-album-details/
Headers
Name
Type
Description
Authorization *
YOUR_SECRET_KEY
x-api-key*
String
YOUR_API_KEY
Request Body
Name
Type
Description
event_id*
Integer
album_id
Integer
album_name
String
Updated Album name
album_cover
File
{
"error": false,
"message": "Event details have been updated."
}
Last updated