PUT
/
v1
/
playground-endpoints
/
{id}
curl --request PUT \
  --url https://api.lunary.ai/v1/playground-endpoints/{id} \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
"<any>"

Path Parameters

id
string
required

Body

application/json · any

The body is of type any.

Response

200
application/json

Endpoint updated successfully

The response is of type any.