Path Parameters
Body
application/json · any[]
The body is of type any[].
curl --request PUT \
--url http://api/v1/projects/{projectUuid}/explores \
--header 'Content-Type: application/json' \
--data '[
"<any>"
]'{
"results": "<any>",
"status": "ok"
}curl --request PUT \
--url http://api/v1/projects/{projectUuid}/explores \
--header 'Content-Type: application/json' \
--data '[
"<any>"
]'{
"results": "<any>",
"status": "ok"
}The body is of type any[].
Was this page helpful?