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

The response is of type object.