Skip to main content
PUT
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
cURL
curl --request PUT \
  --url http://api/v1/projects/{projectUuid}/explores \
  --header 'Content-Type: application/json' \
  --data '[
  "<any>"
]'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json · any[]

The body is of type any[].

Response

Success

status
enum<string>
required
Available options:
ok
results
any