GET
/
edit-index
curl --request GET \
  --url https://moonshine-edge-compute.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

200
application/json
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