Path Parameters
Body
application/json · any
The body is of type any
.
Response
Endpoint updated successfully
The response is of type any
.
curl --request PUT \
--url https://api.lunary.ai/v1/playground-endpoints/{id} \
--header 'Content-Type: application/json' \
--data '"<any>"'
"<any>"
Update an existing playground endpoint
curl --request PUT \
--url https://api.lunary.ai/v1/playground-endpoints/{id} \
--header 'Content-Type: application/json' \
--data '"<any>"'
"<any>"
The body is of type any
.
Endpoint updated successfully
The response is of type any
.