cURL
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
The body is of type any.
any
Endpoint updated successfully
The response is of type any.