GET
/
edit-index
cURL
curl --request GET \
  --url https://api.usemoonshine.com/edit-index
{
  "status": "Media group has been edited",
  "project_id": "123abc",
  "project_name": "New Project Name",
  "project_description": "New Project Description"
}

Query Parameters

userid
string
required

The user ID owning the media index

projectid
string
required

ID of the project to edit

projectname
string

New name for the project. If not provided, remains unchanged

projectdescription
string

New description for the project. If not provided, remains unchanged

Response

Successfully edited media group

status
string

Status message confirming the edit

Example:

"Media group has been edited"

project_id
string

ID of the edited project

project_name
string

Updated project name

project_description
string

Updated project description