PUT
/
api
/
prompts
/
{id}
curl --request PUT \
  --url https://app.langwatch.ai/api/prompts/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <api-key>' \
  --data '{
  "name": "<string>"
}'

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

Body

application/json
name
string
Minimum length: 1